[commit: ghc] master: Typos (d9b57e7)

Gabor Greif ggreif at gmail.com
Sun Apr 7 02:59:01 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591

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

commit d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591
Author: Gabor Greif <ggreif at gmail.com>
Date:   Fri Apr 5 11:50:13 2013 +0200

    Typos

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

 compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs | 2 +-
 ghc.mk                                              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs b/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
index 768ddab..07ff1ca 100644
--- a/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
+++ b/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
@@ -4,7 +4,7 @@
 --      The first time we encounter a jump to a particular basic block, we
 --      record the assignment of temporaries.  The next time we encounter a
 --      jump to the same block, we compare our current assignment to the
---      stored one.  They might be different if spilling has occrred in one
+--      stored one.  They might be different if spilling has occurred in one
 --      branch; so some fixup code will be required to match up the assignments.
 --
 module RegAlloc.Linear.JoinToTargets (joinToTargets) where
diff --git a/ghc.mk b/ghc.mk
index 5843d81..1aff1d2 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -428,7 +428,7 @@ endef
 $(eval $(call foreachLibrary,addExtraPackage))
 endif
 
-# If we want to just install evreything, then we want all the packages
+# If we want to just install everything, then we want all the packages
 SUPERSIZE_INSTALL_PACKAGES := $(addprefix libraries/,$(PACKAGES_STAGE1))
 ifeq "$(Stage1Only)" "NO"
 SUPERSIZE_INSTALL_PACKAGES += compiler
@@ -722,7 +722,7 @@ endif
 ifneq "$(BINDIST)" "YES"
 # Make sure we have all the GHCi libs by the time we've built
 # ghc-stage2.  DPH includes a bit of Template Haskell which needs the
-# GHCI libs, and we don't have a better way to express that dependency.
+# GHCi libs, and we don't have a better way to express that dependency.
 #
 GHCI_LIBS = $(foreach lib,$(PACKAGES_STAGE1),$(libraries/$(lib)_dist-install_GHCI_LIB)) \
 	    $(compiler_stage2_GHCI_LIB)





More information about the ghc-commits mailing list