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/Backend.hs | |
parent | 4a02c2ea629e1825c824bcc09449806b12408699 (diff) |
fix comment
Diffstat (limited to 'Types/Backend.hs')
-rw-r--r-- | Types/Backend.hs | 2 |
1 files changed, 1 insertions, 1 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> - |