summaryrefslogtreecommitdiff
path: root/compiler/stgSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-07-26 00:34:48 +0200
committerGabor Greif <ggreif@gmail.com>2016-07-26 00:34:48 +0200
commit1967d74417759ba9228100a8fed715d99b9e6d5a (patch)
treece601baa23017300354a8195c8a6fbf40e2276ca /compiler/stgSyn
parent4036c1f110578f8e2813295116b79a5a06e2bf59 (diff)
downloadhaskell-1967d74417759ba9228100a8fed715d99b9e6d5a.tar.gz
Some typos in comments
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r--compiler/stgSyn/StgSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stgSyn/StgSyn.hs b/compiler/stgSyn/StgSyn.hs
index 2c22a29f76..2f29f1ed2c 100644
--- a/compiler/stgSyn/StgSyn.hs
+++ b/compiler/stgSyn/StgSyn.hs
@@ -137,7 +137,7 @@ isAddrRep _ = False
-- | Type of an @StgArg@
--
--- Very half baked becase we have lost the type arguments.
+-- Very half baked because we have lost the type arguments.
stgArgType :: StgArg -> Type
stgArgType (StgVarArg v) = idType v
stgArgType (StgLitArg lit) = literalType lit