diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-02-02 03:39:40 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-02-02 03:52:59 +0100 |
commit | 7d6fece2e7c1e98928b939dc483522d79fe6b7d6 (patch) | |
tree | f1d68f7a927eff41f7f6f14193e2bd55719200fa /compiler/stgSyn | |
parent | a06684446edc7fa6f63fa897fc0dffb746431238 (diff) | |
download | haskell-7d6fece2e7c1e98928b939dc483522d79fe6b7d6.tar.gz |
some more typos
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/StgSyn.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs index 6993d029fc..9780676809 100644 --- a/compiler/stgSyn/StgSyn.lhs +++ b/compiler/stgSyn/StgSyn.lhs @@ -118,9 +118,9 @@ isDllConApp dflags con args this_pkg = thisPackage dflags --- True of machine adddresses; these are the things that don't +-- True of machine addresses; these are the things that don't -- work across DLLs. The key point here is that VoidRep comes --- out False, so that a top level nullary GADT construtor is +-- out False, so that a top level nullary GADT constructor is -- False for isDllConApp -- data T a where -- T1 :: T Int |