From: simonpj@microsoft.com Date: Wed, 18 Oct 2006 11:23:51 +0000 (+0000) Subject: Spelling in comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1ee8a6f6cf3c06e3651438720333612a70348091 Spelling in comment --- diff --git a/compiler/simplCore/CSE.lhs b/compiler/simplCore/CSE.lhs index de5763b..e7dd217 100644 --- a/compiler/simplCore/CSE.lhs +++ b/compiler/simplCore/CSE.lhs @@ -157,7 +157,7 @@ bar will be inlined (when it should not be). Even if we remove INLINE foo, we'd still like foo to be inlined if rhs is small. This won't happen with foo = bar. -Not CSE-ing inside INLLINE also solves an annoying bug in CSE. Consider +Not CSE-ing inside INLINE also solves an annoying bug in CSE. Consider a worker/wrapper, in which the worker has turned into a single variable: $wf = h f = \x -> ...$wf...