From ae6fcb853d59681057a7f23424c321c97c4c0776 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 Dec 2011 04:14:33 -0400 Subject: [PATCH] fix comment --- Types/Backend.hs | 2 +- Types/Remote.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Types/Backend.hs b/Types/Backend.hs index c9daa46716..025293a906 100644 --- a/Types/Backend.hs +++ b/Types/Backend.hs @@ -1,6 +1,6 @@ {- git-annex key/value backend data type - - - Most things should not need this, using Remotes instead + - Most things should not need this, using Types instead - - Copyright 2010 Joey Hess - diff --git a/Types/Remote.hs b/Types/Remote.hs index e44e2a9de6..216b34857d 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -1,6 +1,6 @@ {- git-annex remotes types - - - Most things should not need this, using Remote instead + - Most things should not need this, using Types instead - - Copyright 2011 Joey Hess -