summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/Literal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/Literal.hs')
-rw-r--r--compiler/basicTypes/Literal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/Literal.hs b/compiler/basicTypes/Literal.hs
index f14606e8cf..1c06350e83 100644
--- a/compiler/basicTypes/Literal.hs
+++ b/compiler/basicTypes/Literal.hs
@@ -512,7 +512,7 @@ literalType (MachLabel _ _ _) = addrPrimTy
literalType (LitInteger _ t) = t
absentLiteralOf :: TyCon -> Maybe Literal
--- Return a literal of the appropriate primtive
+-- Return a literal of the appropriate primitive
-- TyCon, to use as a placeholder when it doesn't matter
absentLiteralOf tc = lookupUFM absent_lits (tyConName tc)