[commit: ghc] master: Comment typo (0f737ce)

git at git.haskell.org git at git.haskell.org
Fri Jan 10 08:52:16 UTC 2014


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

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

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

commit 0f737cef67b11617a9231f45b1908c4b86e87419
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Jan 7 10:03:56 2014 +0000

    Comment typo


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

0f737cef67b11617a9231f45b1908c4b86e87419
 compiler/basicTypes/Name.lhs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/basicTypes/Name.lhs b/compiler/basicTypes/Name.lhs
index 8233039..bddf2de 100644
--- a/compiler/basicTypes/Name.lhs
+++ b/compiler/basicTypes/Name.lhs
@@ -502,7 +502,7 @@ pprModulePrefix sty mod name = sdocWithDynFlags $ \dflags ->
       NameQual modname -> ppr modname <> dot       -- Name is in scope
       NameNotInScope1  -> ppr mod <> dot           -- Not in scope
       NameNotInScope2  -> ppr (modulePackageId mod) <> colon     -- Module not in
-                          <> ppr (moduleName mod) <> dot         -- scope eithber
+                          <> ppr (moduleName mod) <> dot         -- scope either
       _otherwise       -> empty
 
 ppr_underscore_unique :: Unique -> SDoc



More information about the ghc-commits mailing list