diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-04-05 11:50:13 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-04-07 02:54:44 +0200 |
commit | d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591 (patch) | |
tree | 4dd31c4efe88f8bdbeb0549e0bdbc649443930ba | |
parent | 8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff) | |
download | haskell-d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591.tar.gz |
Typos
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs | 2 | ||||
-rw-r--r-- | 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 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 @@ -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) |