diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-02-01 14:52:06 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-02-02 00:51:59 +0100 |
commit | 4ff945c7f5c64cd75f751a81644ed776770d3023 (patch) | |
tree | 43353ece6e5a94d64897064a96ee541c63406114 /testsuite/tests/haddock | |
parent | fd1cf5cb2393af5760227cf54abd1f1221e68590 (diff) | |
download | haskell-4ff945c7f5c64cd75f751a81644ed776770d3023.tar.gz |
spelling
Diffstat (limited to 'testsuite/tests/haddock')
-rw-r--r-- | testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs b/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs index a62020f508..2f5e9ca685 100644 --- a/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs +++ b/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs @@ -4,7 +4,7 @@ postInlineUnconditionally = case Just "Hey" of -- The point of examining occ_info here is that for *non-values* -- that occur outside a lambda, the call-site inliner won't have - -- a chance (becuase it doesn't know that the thing + -- a chance (because it doesn't know that the thing -- only occurs once). The pre-inliner won't have gotten -- it either, if the thing occurs in more than one branch -- So the main target is things like |