diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-04-06 15:13:55 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-04-11 18:51:23 +0200 |
commit | fc2a96a1ea9cceba596cbd652b44bd830a4191e4 (patch) | |
tree | eef5f094301bd5c25710adc343b36eaf4df5e0bc /compiler/codeGen | |
parent | e662a6cb9fb6459e0a15abbff25ae7b80f91b281 (diff) | |
download | haskell-fc2a96a1ea9cceba596cbd652b44bd830a4191e4.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmMonad.hs | 4 |
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. -- |