summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrimOp.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/prelude/PrimOp.lhs')
-rw-r--r--compiler/prelude/PrimOp.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs
index 22753ee3ea..12f71c2230 100644
--- a/compiler/prelude/PrimOp.lhs
+++ b/compiler/prelude/PrimOp.lhs
@@ -292,7 +292,7 @@ Invariants:
-- KSW: v, the second arg in parAt# and parAtForNow#, is used only to determine
-- `the processor containing the expression v'; it is not evaluated
-These primops are pretty wierd.
+These primops are pretty weird.
dataToTag# :: a -> Int (arg must be an evaluated data type)
tagToEnum# :: Int -> a (result type must be an enumerated type)