summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-04-05 11:50:13 +0200
committerGabor Greif <ggreif@gmail.com>2013-04-07 02:54:44 +0200
commitd9b57e710cb56f6e5f5db2f0bf7fd2bba263e591 (patch)
tree4dd31c4efe88f8bdbeb0549e0bdbc649443930ba
parent8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff)
downloadhaskell-d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591.tar.gz
Typos
-rw-r--r--compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs2
-rw-r--r--ghc.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs b/compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
index 768ddab788..07ff1ca887 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 5843d81802..1aff1d2d7c 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)