diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-12-17 12:36:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-12-17 12:56:00 +0100 |
commit | c9a02287a5cd14b71ac8a97711e018e9daa0abfc (patch) | |
tree | 560b6054e6624d08b842a9b015fde7793b36b5a2 /compiler/codeGen | |
parent | 3745f421753bb9e3d87e7166c866930c8385fa5d (diff) | |
download | haskell-c9a02287a5cd14b71ac8a97711e018e9daa0abfc.tar.gz |
Typos in comments
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmMonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs index fff8e28654..f7a13f9c98 100644 --- a/compiler/codeGen/StgCmmMonad.hs +++ b/compiler/codeGen/StgCmmMonad.hs @@ -285,7 +285,7 @@ data ReturnKind -- clean up. -- -- There are some rarer cases of common blocks that we don't catch --- this way, but that's ok. Common-block-elimation is still available +-- this way, but that's ok. Common-block-elimination is still available -- to catch them when optimisation is enabled. Some examples are: -- -- - when both the True and False branches do a heap check, we |