summaryrefslogtreecommitdiff
path: root/compiler/rename
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/rename
parenta29132e9248e39a45673b5c146341d9f4947dacd (diff)
downloadhaskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/rename')
-rw-r--r--compiler/rename/RnExpr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnExpr.hs b/compiler/rename/RnExpr.hs
index cf0326e3bf..027f6dc178 100644
--- a/compiler/rename/RnExpr.hs
+++ b/compiler/rename/RnExpr.hs
@@ -833,7 +833,7 @@ rnStmt ctxt rnBody (L loc (BindStmt pat body _ _ _)) thing_inside
; xMonadFailEnabled <- fmap (xopt LangExt.MonadFailDesugaring) getDynFlags
; let getFailFunction
- -- If the pattern is irrefutible (e.g.: wildcard, tuple,
+ -- If the pattern is irrefutable (e.g.: wildcard, tuple,
-- ~pat, etc.) we should not need to fail.
| isIrrefutableHsPat pat
= return (noSyntaxExpr, emptyFVs)