[commit: ghc] master: Get rid of some stuttering in comments and docs (a100763)
git at git.haskell.org
git at git.haskell.org
Tue Dec 19 13:36:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a100763cc5c6c9736a00ca57b2ec3c721311eecb/ghc
>---------------------------------------------------------------
commit a100763cc5c6c9736a00ca57b2ec3c721311eecb
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Dec 19 13:52:06 2017 +0100
Get rid of some stuttering in comments and docs
>---------------------------------------------------------------
a100763cc5c6c9736a00ca57b2ec3c721311eecb
compiler/basicTypes/RdrName.hs | 4 ++--
compiler/cmm/Debug.hs | 2 +-
compiler/codeGen/StgCmmPrim.hs | 2 +-
compiler/coreSyn/CoreSyn.hs | 6 +++---
compiler/coreSyn/CoreUtils.hs | 2 +-
compiler/deSugar/DsListComp.hs | 2 +-
compiler/hsSyn/HsBinds.hs | 4 ++--
compiler/main/DriverPipeline.hs | 2 +-
compiler/main/HscTypes.hs | 2 +-
compiler/main/SysTools.hs | 2 +-
compiler/nativeGen/Dwarf.hs | 2 +-
compiler/nativeGen/PIC.hs | 2 +-
compiler/nativeGen/SPARC/CodeGen/Expand.hs | 2 +-
compiler/nativeGen/SPARC/Regs.hs | 2 +-
compiler/parser/Lexer.x | 2 +-
compiler/prelude/primops.txt.pp | 2 +-
compiler/rename/RnEnv.hs | 2 +-
compiler/rename/RnNames.hs | 4 ++--
compiler/rename/RnPat.hs | 2 +-
compiler/rename/RnSource.hs | 2 +-
compiler/rename/RnTypes.hs | 2 +-
compiler/simplCore/CSE.hs | 2 +-
compiler/simplCore/CallArity.hs | 2 +-
compiler/specialise/Rules.hs | 2 +-
compiler/typecheck/FamInst.hs | 2 +-
compiler/typecheck/TcBinds.hs | 2 +-
compiler/typecheck/TcCanonical.hs | 4 ++--
compiler/typecheck/TcEnv.hs | 2 +-
compiler/typecheck/TcErrors.hs | 4 ++--
compiler/typecheck/TcFlatten.hs | 2 +-
compiler/typecheck/TcInstDcls.hs | 4 ++--
compiler/typecheck/TcInteract.hs | 2 +-
compiler/typecheck/TcRnDriver.hs | 2 +-
compiler/typecheck/TcSMonad.hs | 2 +-
compiler/typecheck/TcSigs.hs | 2 +-
compiler/typecheck/TcTyDecls.hs | 2 +-
compiler/typecheck/TcTypeNats.hs | 2 +-
compiler/typecheck/TcUnify.hs | 2 +-
compiler/types/FamInstEnv.hs | 2 +-
docs/ghci/ghci.tex | 2 +-
docs/rts/rts.tex | 2 +-
docs/users_guide/glasgow_exts.rst | 6 +++---
libraries/base/GHC/IO.hs | 2 +-
libraries/base/GHC/MVar.hs | 2 +-
libraries/base/tests/memo001.hs | 2 +-
libraries/ghc-prim/cbits/ctz.c | 2 +-
libraries/integer-simple/GHC/Integer/Type.hs | 2 +-
rts/Apply.cmm | 2 +-
rts/PrimOps.cmm | 4 ++--
rts/StgCRun.c | 2 +-
rts/ThreadPaused.c | 2 +-
testsuite/tests/indexed-types/should_compile/PushedInAsGivens.hs | 2 +-
52 files changed, 63 insertions(+), 63 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 a100763cc5c6c9736a00ca57b2ec3c721311eecb
More information about the ghc-commits
mailing list