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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e661e29038302bbaf526177d5aa63552d4428112

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

commit e661e29038302bbaf526177d5aa63552d4428112
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Mon Dec 24 11:20:30 2012 +0000

    Comment typo only

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

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

diff --git a/compiler/coreSyn/CoreUtils.lhs b/compiler/coreSyn/CoreUtils.lhs
index 33c7a9d..d50c196 100644
--- a/compiler/coreSyn/CoreUtils.lhs
+++ b/compiler/coreSyn/CoreUtils.lhs
@@ -1625,7 +1625,7 @@ There are some particularly delicate points here:
       f = \x. f x
   to
       f = f
-  Which might change a terminiating program (think (f `seq` e)) to a
+  Which might change a terminating program (think (f `seq` e)) to a
   non-terminating one.  So we check for being a loop breaker first.
 
   However for GlobalIds we can look at the arity; and for primops we



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to