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/codeGen/StgCmmCon.hs | |
parent | a06684446edc7fa6f63fa897fc0dffb746431238 (diff) | |
download | haskell-7d6fece2e7c1e98928b939dc483522d79fe6b7d6.tar.gz |
some more typos
Diffstat (limited to 'compiler/codeGen/StgCmmCon.hs')
-rw-r--r-- | compiler/codeGen/StgCmmCon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index ddc6d91d80..3e95c59d12 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -129,7 +129,7 @@ buildDynCon' :: DynFlags {- We used to pass a boolean indicating whether all the args were of size zero, so we could use a static -construtor; but I concluded that it just isn't worth it. +constructor; but I concluded that it just isn't worth it. Now I/O uses unboxed tuples there just aren't any constructors with all size-zero args. |