[commit: ghc] master: Typos in error messages and in comments (9d16808)

git at git.haskell.org git at git.haskell.org
Fri Apr 10 08:13:08 UTC 2015


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

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

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

commit 9d16808e1b6dd2fb7ab3eb5712d9842e77d57631
Author: Gabor Greif <ggreif at gmail.com>
Date:   Fri Apr 10 10:00:50 2015 +0200

    Typos in error messages and in comments


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

9d16808e1b6dd2fb7ab3eb5712d9842e77d57631
 compiler/basicTypes/DataCon.hs                    |  2 +-
 compiler/basicTypes/Demand.hs                     |  2 +-
 compiler/cmm/CmmLex.x                             |  2 +-
 compiler/cmm/CmmParse.y                           |  2 +-
 compiler/coreSyn/CoreSubst.hs                     | 10 +++++-----
 compiler/deSugar/DsExpr.hs                        |  2 +-
 compiler/iface/MkIface.hs                         |  2 +-
 compiler/parser/Parser.y                          |  2 +-
 compiler/simplCore/Simplify.hs                    |  2 +-
 compiler/specialise/SpecConstr.hs                 |  2 +-
 compiler/stranal/DmdAnal.hs                       |  2 +-
 compiler/typecheck/TcDeriv.hs                     |  2 +-
 compiler/typecheck/TcInteract.hs                  |  2 +-
 compiler/typecheck/TcPat.hs                       |  2 +-
 compiler/typecheck/TcSimplify.hs                  |  2 +-
 compiler/typecheck/TcSplice.hs                    |  2 +-
 compiler/typecheck/TcType.hs                      |  4 ++--
 compiler/types/Coercion.hs                        |  2 +-
 compiler/utils/GraphOps.hs                        |  4 ++--
 compiler/utils/Pretty.hs                          |  2 +-
 compiler/vectorise/Vectorise/Generic/PAMethods.hs |  2 +-
 compiler/vectorise/Vectorise/Utils/Base.hs        |  2 +-
 docs/users_guide/debugging.xml                    |  2 +-
 docs/users_guide/glasgow_exts.xml                 |  2 +-
 includes/Rts.h                                    |  2 +-
 rts/RetainerProfile.c                             |  2 +-
 rts/ghc.mk                                        |  2 +-
 testsuite/tests/ffi/should_fail/ccfail004.stderr  |  6 +++---
 testsuite/tests/perf/compiler/all.T               |  4 ++--
 testsuite/tests/programs/galois_raytrace/Data.hs  |  2 +-
 testsuite/tests/stranal/should_compile/newtype.hs |  2 +-
 testsuite/tests/typecheck/should_compile/tc202.hs |  2 +-
 utils/genprimopcode/Lexer.x                       |  2 +-
 utils/genprimopcode/Parser.y                      |  2 +-
 utils/hpc/HpcParser.y                             |  2 +-
 35 files changed, 44 insertions(+), 44 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9d16808e1b6dd2fb7ab3eb5712d9842e77d57631


More information about the ghc-commits mailing list