[commit: ghc] master: Typofix. (00e3a5d)

git at git.haskell.org git at git.haskell.org
Tue Jun 7 21:10:02 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/00e3a5d723a6182faab4737478fb18599316e2c1/ghc

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

commit 00e3a5d723a6182faab4737478fb18599316e2c1
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Jun 7 14:13:42 2016 -0700

    Typofix.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

00e3a5d723a6182faab4737478fb18599316e2c1
 docs/users_guide/using-concurrent.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/using-concurrent.rst b/docs/users_guide/using-concurrent.rst
index c5179c7..8c0587c 100644
--- a/docs/users_guide/using-concurrent.rst
+++ b/docs/users_guide/using-concurrent.rst
@@ -78,7 +78,7 @@ following compiler options affect parallelism:
 
 .. ghc-flag:: -feager-blackholing
 
-    Blackholing is the act of marking a thunk (lazy computuation) as
+    Blackholing is the act of marking a thunk (lazy computation) as
     being under evaluation. It is useful for three reasons: firstly it
     lets us detect certain kinds of infinite loop (the
     ``NonTermination`` exception), secondly it avoids certain kinds of



More information about the ghc-commits mailing list