[commit: ghc] master: Comments only (9de5240)

git at git.haskell.org git at git.haskell.org
Thu Oct 30 10:51:38 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9de52406522dc43722f5ee06ba89a63da133099e/ghc

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

commit 9de52406522dc43722f5ee06ba89a63da133099e
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Thu Oct 30 11:51:10 2014 +0100

    Comments only


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

9de52406522dc43722f5ee06ba89a63da133099e
 compiler/simplCore/FloatIn.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/simplCore/FloatIn.lhs b/compiler/simplCore/FloatIn.lhs
index 3527702..13d03ef 100644
--- a/compiler/simplCore/FloatIn.lhs
+++ b/compiler/simplCore/FloatIn.lhs
@@ -188,7 +188,7 @@ unlifted function arguments to be ok-for-speculation.
 
 Note [Floating in past a lambda group]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* We must be careful about floating inside inside a value lambda.
+* We must be careful about floating inside a value lambda.
   That risks losing laziness.
   The float-out pass might rescue us, but then again it might not.
 



More information about the ghc-commits mailing list