[commit: ghc] master: Typo in note (7719b63)

git at git.haskell.org git at git.haskell.org
Wed Dec 17 16:23:50 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7719b637863a34532606c42419adef82b46cb808/ghc

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

commit 7719b637863a34532606c42419adef82b46cb808
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Dec 17 16:26:39 2014 +0100

    Typo in note


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

7719b637863a34532606c42419adef82b46cb808
 compiler/coreSyn/CoreLint.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/CoreLint.hs b/compiler/coreSyn/CoreLint.hs
index ea1befe..7c636b4 100644
--- a/compiler/coreSyn/CoreLint.hs
+++ b/compiler/coreSyn/CoreLint.hs
@@ -492,7 +492,7 @@ Note [Checking for INLINE loop breakers]
 It's very suspicious if a strong loop breaker is marked INLINE.
 
 However, the desugarer generates instance methods with INLINE pragmas
-that form a mutually recursive group.  Only afer a round of
+that form a mutually recursive group.  Only after a round of
 simplification are they unravelled.  So we suppress the test for
 the desugarer.
 



More information about the ghc-commits mailing list