aboutsummaryrefslogtreecommitdiff
path: root/Annex/Link.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-17 20:45:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-17 20:45:04 -0400
commit2b207ae6e3aa80d87504d3dc7fa55e71dff37541 (patch)
tree42686e32e5d8c5b5caa2e1e77190433bd0cde297 /Annex/Link.hs
parentfa8116c070eb695f27e56a1e6384b8ef59bb40d8 (diff)
typo in comment
Diffstat (limited to 'Annex/Link.hs')
-rw-r--r--Annex/Link.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Link.hs b/Annex/Link.hs
index b41e6d101..71608ba2a 100644
--- a/Annex/Link.hs
+++ b/Annex/Link.hs
@@ -29,7 +29,7 @@ isAnnexLink file = maybe Nothing (fileKey . takeFileName) <$> getAnnexLinkTarget
{- Gets the link target of a symlink.
-
- On a filesystem that does not support symlinks, fall back to getting the
- - link target by looking inside the file. (Only return at first 8k of the
+ - link target by looking inside the file. (Only return first 8k of the
- file, more than enough for any symlink target.)
-
- Returns Nothing if the file is not a symlink, or not a link to annex