summaryrefslogtreecommitdiff
path: root/compiler/coreSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-11-16 11:26:50 +0100
committerGabor Greif <ggreif@gmail.com>2012-11-16 11:26:50 +0100
commit6e4f6c624fcd72dca11d7856f1a1914a01c22718 (patch)
treed20cab8f39107c2bf9e4a7ce16b551c23463ff71 /compiler/coreSyn
parentfb508470f62ec8d6fb0920a82c6174ea853887bc (diff)
downloadhaskell-6e4f6c624fcd72dca11d7856f1a1914a01c22718.tar.gz
typos in comments
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r--compiler/coreSyn/CoreSyn.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreSyn.lhs b/compiler/coreSyn/CoreSyn.lhs
index 2fb5aafd61..711c14895a 100644
--- a/compiler/coreSyn/CoreSyn.lhs
+++ b/compiler/coreSyn/CoreSyn.lhs
@@ -464,7 +464,7 @@ data Tickish id =
-- cannot discard a tick, and the compiler should preserve the number
-- of ticks as far as possible.
--
--- Hwever, we stil allow the simplifier to increase or decrease
+-- However, we still allow the simplifier to increase or decrease
-- sharing, so in practice the actual number of ticks may vary, except
-- that we never change the value from zero to non-zero or vice versa.
--