diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-31 04:14:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-31 04:14:33 -0400 |
commit | ae6fcb853d59681057a7f23424c321c97c4c0776 (patch) | |
tree | e4fc83e984abd41acb2183a408915581471b1981 /Types | |
parent | 4a02c2ea629e1825c824bcc09449806b12408699 (diff) |
fix comment
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Backend.hs | 2 | ||||
-rw-r--r-- | Types/Remote.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Types/Backend.hs b/Types/Backend.hs index c9daa4671..025293a90 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 <joey@kitenet.net> - diff --git a/Types/Remote.hs b/Types/Remote.hs index e44e2a9de..216b34857 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 <joey@kitenet.net> - |