[project @ 2001-04-10 15:54:31 by qrczak]
[ghc-hetmet.git] / ghc / docs / users_guide / sooner.sgml
index d739f9f..07a4e4b 100644 (file)
@@ -520,7 +520,7 @@ Decrease the “go-for-it” threshold for unfolding smallish
 expressions.  Give a
 <Option>-funfolding-use-threshold0</Option><IndexTerm><Primary>-funfolding-use-threshold0
 option</Primary></IndexTerm> option for the extreme case. (&ldquo;Only unfoldings with
-zero cost should proceed.&rdquo;)  Warning: except in certain specialiised
+zero cost should proceed.&rdquo;)  Warning: except in certain specialised
 cases (like Happy parsers) this is likely to actually
 <Emphasis>increase</Emphasis> the size of your program, because unfolding
 generally enables extra simplifying optimisations to be performed.