[commit: ghc] master: Fix typo (afac6b1)

git at git.haskell.org git at git.haskell.org
Mon Oct 16 11:42:53 UTC 2017


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

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

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

commit afac6b1107e63cab8833b66fc5853d4e00635098
Author: Peter Trommler <ptrommler at acm.org>
Date:   Sun Oct 15 11:34:10 2017 +0200

    Fix typo


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

afac6b1107e63cab8833b66fc5853d4e00635098
 compiler/prelude/PrelNames.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/prelude/PrelNames.hs b/compiler/prelude/PrelNames.hs
index a36f77b..760aea5 100644
--- a/compiler/prelude/PrelNames.hs
+++ b/compiler/prelude/PrelNames.hs
@@ -24,7 +24,7 @@ Nota Bene: all Names defined in here should come from the base package
    One of these Names contains
         (a) the module and occurrence name of the thing
         (b) its Unique
-   The may way the compiler "knows about" one of these things is
+   The way the compiler "knows about" one of these things is
    where the type checker or desugarer needs to look it up. For
    example, when desugaring list comprehensions the desugarer
    needs to conjure up 'foldr'.  It does this by looking up



More information about the ghc-commits mailing list