[commit: ghc] master: Typos in DmdAnal (f69e707)
git at git.haskell.org
git at git.haskell.org
Sun May 1 07:12:19 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f69e7078930ea0f80dbd3a0d1a4b89db83a32a32/ghc
>---------------------------------------------------------------
commit f69e7078930ea0f80dbd3a0d1a4b89db83a32a32
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Sun May 1 03:14:29 2016 -0400
Typos in DmdAnal
>---------------------------------------------------------------
f69e7078930ea0f80dbd3a0d1a4b89db83a32a32
compiler/stranal/DmdAnal.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/stranal/DmdAnal.hs b/compiler/stranal/DmdAnal.hs
index 9a8999a..53144ff 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -1301,7 +1301,7 @@ See section 9.2 (Finding fixpoints) of the paper.
Our basic plan is to initialise the strictness of each Id in a
recursive group to "bottom", and find a fixpoint from there. However,
-this group B might be inside an *enclosing* recursiveb group A, in
+this group B might be inside an *enclosing* recursive group A, in
which case we'll do the entire fixpoint shebang on for each iteration
of A. This can be illustrated by the following example:
@@ -1345,7 +1345,7 @@ which is quite a lie.
The once-used information is (currently) only used by the code
generator, though. So:
- * We zap the used-once info in the woker-wrapper;
+ * We zap the used-once info in the worker-wrapper;
see Note [Zapping Used Once info in WorkWrap] in WorkWrap. If it's
not reliable, it's better not to have it at all.
More information about the ghc-commits
mailing list