From 3c9dc06ba2034e867c9169e60e854539875654fd Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Thu, 19 Dec 2019 09:11:42 -0500 Subject: Fix typos, via a Levenshtein-style corrector --- .../tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/haddock') diff --git a/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs b/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs index 0e6e871215..cdd2bdce74 100644 --- a/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs +++ b/testsuite/tests/haddock/should_compile_noflag_haddock/haddockSimplUtilsBug.hs @@ -32,7 +32,7 @@ postInlineUnconditionally -- in \y. ....case f of {...} .... -- Here f is used just once, and duplicating the case work is fine (exprIsCheap). -- But --- * We can't preInlineUnconditionally because that woud invalidate +-- * We can't preInlineUnconditionally because that would invalidate -- the occ info for b. -- * We can't postInlineUnconditionally because the RHS is big, and -- that risks exponential behaviour -- cgit v1.2.1