summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-06-21 16:16:20 +0200
committerGabor Greif <ggreif@gmail.com>2016-06-22 12:05:34 +0200
commit619958832cbe11096cae3dac9a0a7a5591163a00 (patch)
tree15b7744c6389fc6cf6cf312afbbb10cb31570f1a /compiler/codeGen
parent4e7d8350a10167a7de8dd4d9ffd3a21194177c39 (diff)
downloadhaskell-619958832cbe11096cae3dac9a0a7a5591163a00.tar.gz
More typos in comments [skip ci]
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmClosure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index c612366904..8c1aeef55d 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -292,7 +292,7 @@ mkLFImported id
-- Dynamic pointer tagging
-----------------------------------------------------
-type ConTagZ = Int -- A *zero-indexed* contructor tag
+type ConTagZ = Int -- A *zero-indexed* constructor tag
type DynTag = Int -- The tag on a *pointer*
-- (from the dynamic-tagging paper)