summaryrefslogtreecommitdiff
path: root/compiler/prelude
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-07-22 00:32:28 +0200
committerGabor Greif <ggreif@gmail.com>2016-07-22 00:41:12 +0200
commitbbf36f89c7ddee9ec63b12fe735cc758de4e3da2 (patch)
tree807fdde580624b2b3fd852b59a8ad85bb3ef6b23 /compiler/prelude
parente710f8f52a66d0666ed681049e17902b3d12bb39 (diff)
downloadhaskell-bbf36f89c7ddee9ec63b12fe735cc758de4e3da2.tar.gz
More typos in comments
Diffstat (limited to 'compiler/prelude')
-rw-r--r--compiler/prelude/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index c617e9431a..e948610556 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -2527,7 +2527,7 @@ primop ParOp "par#" GenPrimOp
a -> Int#
with
-- Note that Par is lazy to avoid that the sparked thing
- -- gets evaluted strictly, which it should *not* be
+ -- gets evaluated strictly, which it should *not* be
has_side_effects = True
code_size = { primOpCodeSizeForeignCall }