summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 17:23:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 17:23:02 -0400
commit1acc9824905411220c0fa1921ab2456a52e6b491 (patch)
tree00fcc40d53fc90f3a569b6da4a905c8edd1ca8ec
parent986b2eb33a8a973cc0690e4dfed0f5b50d0719f9 (diff)
update comment
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index 857d7dabf..647fd6762 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -244,7 +244,7 @@ withKeysReferencedInGit refspec a = do
_ -> nubRefs refs
{- Runs an action on keys referenced in the given Git reference which
- - differ from those referenced in the index. -}
+ - differ from those referenced in the work tree. -}
withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex ()
withKeysReferencedInGitRef a ref = do
showAction $ "checking " ++ Git.Ref.describe ref