summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-01-26 13:39:00 +0100
committerGabor Greif <ggreif@gmail.com>2014-01-26 14:03:51 +0100
commit9005f91e2884b0db1f8b66b124708f65f7e69b90 (patch)
treedc7b694d55c3201b7946fcb3058a31289dff3913 /compiler/hsSyn
parent5281dd6f5998af94aa06c3769089db7011ea4463 (diff)
downloadhaskell-9005f91e2884b0db1f8b66b124708f65f7e69b90.tar.gz
Squash some spelling issues
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r--compiler/hsSyn/HsUtils.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsUtils.lhs b/compiler/hsSyn/HsUtils.lhs
index abc4758fcb..558c104fad 100644
--- a/compiler/hsSyn/HsUtils.lhs
+++ b/compiler/hsSyn/HsUtils.lhs
@@ -701,7 +701,7 @@ hsLTyClDeclBinders :: Eq name => Located (TyClDecl name) -> [Located name]
-- ^ Returns all the /binding/ names of the decl.
-- The first one is guaranteed to be the name of the decl. For record fields
-- mentioned in multiple constructors, the SrcLoc will be from the first
--- occurence. We use the equality to filter out duplicate field names.
+-- occurrence. We use the equality to filter out duplicate field names.
--
-- Each returned (Located name) is wrapped in a @SrcSpan@ of the whole
-- /declaration/, not just the name itself (which is how it appears in