summaryrefslogtreecommitdiff
path: root/compiler/coreSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-08-01 14:14:31 +0200
committerGabor Greif <ggreif@gmail.com>2017-08-01 14:14:31 +0200
commit7a74f5053fa0972b8ce191f7492e1692f09c2e1d (patch)
treeedc24aef98bec95f9b91cd71026dcd9e1c2b8c37 /compiler/coreSyn
parent2ef973e823ffb128f9f3b4b85b219e1627dceabf (diff)
downloadhaskell-7a74f5053fa0972b8ce191f7492e1692f09c2e1d.tar.gz
Typofixes [ci skip]
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r--compiler/coreSyn/PprCore.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/PprCore.hs b/compiler/coreSyn/PprCore.hs
index 28d35528fe..1ac3084e39 100644
--- a/compiler/coreSyn/PprCore.hs
+++ b/compiler/coreSyn/PprCore.hs
@@ -374,7 +374,7 @@ pprTypedLamBinder bind_site debug_on var
= sdocWithDynFlags $ \dflags ->
case () of
_
- | not debug_on -- Show case-bound wild bilders only if debug is on
+ | not debug_on -- Show case-bound wild binders only if debug is on
, CaseBind <- bind_site
, isDeadBinder var -> empty