[commit: nofib] master: Catch a few typos (999a46a)

git at git.haskell.org git at git.haskell.org
Thu Aug 24 10:04:35 UTC 2017


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/999a46a1a73832795c532e142a3e37664417f35c/nofib

>---------------------------------------------------------------

commit 999a46a1a73832795c532e142a3e37664417f35c
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Aug 23 12:03:17 2017 +0200

    Catch a few typos


>---------------------------------------------------------------

999a46a1a73832795c532e142a3e37664417f35c
 Simon-nofib-notes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Simon-nofib-notes b/Simon-nofib-notes
index c47a42c..30c4e6f 100644
--- a/Simon-nofib-notes
+++ b/Simon-nofib-notes
@@ -126,7 +126,7 @@ eliza
 ~~~~~
 In June 2002, GHC 5.04 emitted four successive
     NOTE: Simplifier still going after 4 iterations; bailing out.
-messages.  I suspect that the simplifer is looping somehow.
+messages.  I suspect that the simplifier is looping somehow.
 
 fibheaps
 ~~~~~~~~
@@ -389,7 +389,7 @@ Omitting the flag gives much better inlining for $wvecsub at least.
 
 
 Sphere also does 60,000 calls to hPutStr, so I/O plays a major role.  Currently
-this I/O does a *lot* of allocation, much of it since the adddition of thread-safety.
+this I/O does a *lot* of allocation, much of it since the addition of thread-safety.
 
 
 treejoin



More information about the ghc-commits mailing list