[commit: ghc] master: typo: 'Ture' / 'True' (942cfa4)

git at git.haskell.org git at git.haskell.org
Wed Jun 3 20:40:02 UTC 2015


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

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

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

commit 942cfa4e3257347dfc4644ce1a8a28db1fb0aee0
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Wed Jun 3 21:39:10 2015 +0100

    typo: 'Ture' / 'True'
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

942cfa4e3257347dfc4644ce1a8a28db1fb0aee0
 compiler/basicTypes/RdrName.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/basicTypes/RdrName.hs b/compiler/basicTypes/RdrName.hs
index b4deeca..b6ae072 100644
--- a/compiler/basicTypes/RdrName.hs
+++ b/compiler/basicTypes/RdrName.hs
@@ -449,7 +449,7 @@ i.e. how the Name came to be in scope.  It can be in scope two ways:
   - gre_imp: a list of all the imports that brought it into scope
 
 It's an INVARIANT that you have one or the other; that is, either
-gre_lcl is Ture, or gre_imp is non-empty.
+gre_lcl is True, or gre_imp is non-empty.
 
 It is just possible to have *both* if there is a module loop: a Name
 is defined locally in A, and also brought into scope by importing a



More information about the ghc-commits mailing list