diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-06 17:09:18 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-06 17:09:18 +0100 |
commit | 4aae1918e68c71f14f52d9c96b51b2876744bac8 (patch) | |
tree | 6b4506f577e41486a36783adbb687a074d0f7be8 /compiler/simplCore/SimplCore.hs | |
parent | 2dff54b39f31a81cb410682cd8e735bda22d2b57 (diff) | |
download | haskell-4aae1918e68c71f14f52d9c96b51b2876744bac8.tar.gz |
Typos in comments [skip ci]
Diffstat (limited to 'compiler/simplCore/SimplCore.hs')
-rw-r--r-- | compiler/simplCore/SimplCore.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SimplCore.hs b/compiler/simplCore/SimplCore.hs index 23faac861a..3c6c3115bc 100644 --- a/compiler/simplCore/SimplCore.hs +++ b/compiler/simplCore/SimplCore.hs @@ -331,7 +331,7 @@ getCoreToDo dflags CoreLiberateCase, simpl_phase 0 ["post-liberate-case"] max_iter ]), -- Run the simplifier after LiberateCase to vastly - -- reduce the possiblility of shadowing + -- reduce the possibility of shadowing -- Reason: see Note [Shadowing] in SpecConstr.hs runWhen spec_constr CoreDoSpecConstr, |