[commit: ghc] new-demand: typo fixed (60be04c)

Sivaramakrishnan Krishnamoorthy Chandrasekaran kc at galois.com
Tue Jul 24 01:44:34 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : new-demand

http://hackage.haskell.org/trac/ghc/changeset/60be04c724eda2b7001f2763628cdd17d756cb06

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

commit 60be04c724eda2b7001f2763628cdd17d756cb06
Author: Ilya Sergey <Ilya.Sergey at cs.kuleuven.be>
Date:   Mon Jul 23 22:59:33 2012 +0100

    typo fixed

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

 compiler/basicTypes/NewDemand.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/basicTypes/NewDemand.lhs b/compiler/basicTypes/NewDemand.lhs
index 2f0b8ec..aec802f 100644
--- a/compiler/basicTypes/NewDemand.lhs
+++ b/compiler/basicTypes/NewDemand.lhs
@@ -424,7 +424,7 @@ use (JD {strd = d}) = mkJointDmd d top
 Note [Dealing with call demands]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Call demands are ocnstructed and deconstructed coherently for
+Call demands are constructed and deconstructed coherently for
 strictness and absence. For instance, the strictness signature for the
 following function
 





More information about the Cvs-ghc mailing list