summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-04-06 15:13:55 +0200
committerGabor Greif <ggreif@gmail.com>2017-04-11 18:51:23 +0200
commitfc2a96a1ea9cceba596cbd652b44bd830a4191e4 (patch)
treeeef5f094301bd5c25710adc343b36eaf4df5e0bc /compiler/codeGen
parente662a6cb9fb6459e0a15abbff25ae7b80f91b281 (diff)
downloadhaskell-fc2a96a1ea9cceba596cbd652b44bd830a4191e4.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmMonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index bb093a5e51..cf78269cc5 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -288,8 +288,8 @@ data ReturnKind
--
-- Since this case is so common I decided to make it more explicit and
-- robust by programming the sharing directly, rather than relying on
--- the common-block elimiantor to catch it. This makes
--- common-block-elimianteion an optional optimisation, and furthermore
+-- the common-block eliminator to catch it. This makes
+-- common-block-elimination an optional optimisation, and furthermore
-- generates less code in the first place that we have to subsequently
-- clean up.
--