[commit: ghc] master: Spelling error in comment (43e5a22)

git at git.haskell.org git at git.haskell.org
Thu Jan 8 15:56:23 UTC 2015


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

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

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

commit 43e5a2216494004d2073a472af13239d004f2ed6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jan 8 13:16:13 2015 +0000

    Spelling error in comment


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

43e5a2216494004d2073a472af13239d004f2ed6
 compiler/rename/RnSource.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/rename/RnSource.hs b/compiler/rename/RnSource.hs
index b94f73f..2c9331f 100644
--- a/compiler/rename/RnSource.hs
+++ b/compiler/rename/RnSource.hs
@@ -90,7 +90,7 @@ rnSrcDecls extra_deps group@(HsGroup { hs_valds   = val_decls,
  = do {
    -- (A) Process the fixity declarations, creating a mapping from
    --     FastStrings to FixItems.
-   --     Also checks for duplcates.
+   --     Also checks for duplicates.
    local_fix_env <- makeMiniFixityEnv fix_decls ;
 
    -- (B) Bring top level binders (and their fixities) into scope,



More information about the ghc-commits mailing list