summaryrefslogtreecommitdiff
path: root/compiler/main/TidyPgm.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-02-11 12:38:21 +0100
committerGabor Greif <ggreif@gmail.com>2016-02-11 17:11:20 +0100
commitefba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch)
tree146aede94566f0c2b4ca6579b86c56244b55b881 /compiler/main/TidyPgm.hs
parent46af6835ac68d104ee56c29afdfa523c165db2fb (diff)
downloadhaskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz
Another batch of typo fixes in non-code
Diffstat (limited to 'compiler/main/TidyPgm.hs')
-rw-r--r--compiler/main/TidyPgm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs
index 63f4c2665f..df31fda16c 100644
--- a/compiler/main/TidyPgm.hs
+++ b/compiler/main/TidyPgm.hs
@@ -891,7 +891,7 @@ codegen time. I found that binary sizes jumped by 6-10% when I
started to specialise INLINE functions (again, Note [Inline
specialisations] in Specialise).
-So it seeems better to drop the binding for f_spec, and the rule
+So it seems better to drop the binding for f_spec, and the rule
itself, if the auto-generated rule is the *only* reason that it is
being kept alive.