summaryrefslogtreecommitdiff
path: root/compiler/stranal
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-10-17 13:44:13 +0200
committerGabor Greif <ggreif@gmail.com>2017-10-17 14:05:29 +0200
commit2f436151f4810b67d10c7d208fa81bef6e53d490 (patch)
treeb4bb9485f86708bccc1f41bfc3437822f00e0a3d /compiler/stranal
parented48d133f9b9e41ea6d5dc254f257eeb12ad00b7 (diff)
downloadhaskell-2f436151f4810b67d10c7d208fa81bef6e53d490.tar.gz
Fix grammaros in comments
Diffstat (limited to 'compiler/stranal')
-rw-r--r--compiler/stranal/DmdAnal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.hs b/compiler/stranal/DmdAnal.hs
index 44adc81633..77da307263 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -401,7 +401,7 @@ situation actually arises in GHC.IO.Handle.Internals.wantReadableHandle
So if the scrutinee is a primop call, we *don't* apply the
state hack:
- - If is a simple, terminating one like getMaskingState,
+ - If it is a simple, terminating one like getMaskingState,
applying the hack is over-conservative.
- If the primop is raise# then it returns bottom, so
the case alternatives are already discarded.