[commit: ghc] master: Fix typos in diagnostics, testsuite and comments (d97a6fe)

git at git.haskell.org git at git.haskell.org
Thu Sep 7 11:49:08 UTC 2017


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

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

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

commit d97a6fe2b97c81a167219eae892d3820c0685435
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Sep 6 14:42:02 2017 +0200

    Fix typos in diagnostics, testsuite and comments


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

d97a6fe2b97c81a167219eae892d3820c0685435
 compiler/basicTypes/Literal.hs                          | 2 +-
 compiler/codeGen/StgCmmHeap.hs                          | 2 +-
 compiler/deSugar/DsBinds.hs                             | 2 +-
 compiler/deSugar/DsCCall.hs                             | 2 +-
 compiler/nativeGen/PPC/Regs.hs                          | 2 +-
 compiler/nativeGen/SPARC/Regs.hs                        | 2 +-
 compiler/nativeGen/X86/Regs.hs                          | 2 +-
 compiler/rename/RnEnv.hs                                | 2 +-
 compiler/simplCore/OccurAnal.hs                         | 2 +-
 compiler/simplCore/SetLevels.hs                         | 2 +-
 compiler/specialise/SpecConstr.hs                       | 2 +-
 compiler/stgSyn/StgLint.hs                              | 2 +-
 compiler/typecheck/TcGenDeriv.hs                        | 2 +-
 compiler/typecheck/TcInstDcls.hs                        | 2 +-
 compiler/typecheck/TcUnify.hs                           | 4 ++--
 compiler/types/Type.hs                                  | 4 ++--
 compiler/utils/Binary.hs                                | 2 +-
 compiler/utils/Digraph.hs                               | 4 ++--
 libraries/ghci/GHCi/CreateBCO.hs                        | 6 +++---
 libraries/ghci/GHCi/ResolvedBCO.hs                      | 6 +++---
 rts/RtsSymbolInfo.h                                     | 2 +-
 rts/linker/Elf.c                                        | 2 +-
 testsuite/tests/eyeball/inline2.hs                      | 2 +-
 testsuite/tests/indexed-types/should_compile/CoTest3.hs | 2 +-
 testsuite/tests/programs/andy_cherry/Interp.hs          | 2 +-
 testsuite/tests/programs/andy_cherry/andy_cherry.stdout | 2 +-
 testsuite/tests/programs/andy_cherry/mygames.pgn        | 2 +-
 testsuite/tests/programs/galois_raytrace/Geometry.hs    | 2 +-
 testsuite/tests/simplCore/should_compile/T14137.hs      | 2 +-
 testsuite/tests/simplCore/should_run/simplrun002.hs     | 4 ++--
 30 files changed, 38 insertions(+), 38 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 d97a6fe2b97c81a167219eae892d3820c0685435


More information about the ghc-commits mailing list