summaryrefslogtreecommitdiff
path: root/compiler/coreSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-23 12:08:25 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-23 17:00:02 +0200
commit0b4b4a346e6922dafb073693593d55c7e87be9ca (patch)
tree0e9f72523430998b44225c7600999a983e971004 /compiler/coreSyn
parenta29132e9248e39a45673b5c146341d9f4947dacd (diff)
downloadhaskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r--compiler/coreSyn/TrieMap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/TrieMap.hs b/compiler/coreSyn/TrieMap.hs
index 308a9539ef..9058d03b57 100644
--- a/compiler/coreSyn/TrieMap.hs
+++ b/compiler/coreSyn/TrieMap.hs
@@ -446,7 +446,7 @@ Note [Binders]
rather than
cm_lam :: TypeMapG (CoreMapG a)
- * We don't need to look at the type of some binders, notalby
+ * We don't need to look at the type of some binders, notably
- the case binder in (Case _ b _ _)
- the binders in an alternative
because they are totally fixed by the context