[commit: ghc] master: Minor typofix. (d331ace)

git at git.haskell.org git at git.haskell.org
Tue Aug 16 09:37:32 UTC 2016


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

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

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

commit d331ace4fd2a8728bb2c6ed829a0beb4fac6a76e
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Jul 1 20:00:01 2016 -0400

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


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

d331ace4fd2a8728bb2c6ed829a0beb4fac6a76e
 compiler/types/TyCon.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/TyCon.hs b/compiler/types/TyCon.hs
index 195c3a7..d0ecb70 100644
--- a/compiler/types/TyCon.hs
+++ b/compiler/types/TyCon.hs
@@ -2281,7 +2281,7 @@ Notice that
    twice at the outer level, because Id is non-recursive
 
 So, when expanding, we keep track of when we've seen a recursive
-newtype at outermost level; and bale out if we see it again.
+newtype at outermost level; and bail out if we see it again.
 
 We sometimes want to do the same for product types, so that the
 strictness analyser doesn't unbox infinitely deeply.



More information about the ghc-commits mailing list