diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-07-26 00:34:48 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-07-26 00:34:48 +0200 |
commit | 1967d74417759ba9228100a8fed715d99b9e6d5a (patch) | |
tree | ce601baa23017300354a8195c8a6fbf40e2276ca /compiler/stgSyn | |
parent | 4036c1f110578f8e2813295116b79a5a06e2bf59 (diff) | |
download | haskell-1967d74417759ba9228100a8fed715d99b9e6d5a.tar.gz |
Some typos in comments
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/StgSyn.hs | 2 |
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 |