[commit: ghc] master: Fix typos (4d7c6d0)
Gabor Greif
heisenbug at ghc.haskell.org
Wed Jul 31 13:09:02 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4d7c6d0df110654b633643947cede9173f8e972e
>---------------------------------------------------------------
commit 4d7c6d0df110654b633643947cede9173f8e972e
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Jul 31 12:45:21 2013 +0200
Fix typos
>---------------------------------------------------------------
compiler/specialise/Rules.lhs | 2 +-
sync-all | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/specialise/Rules.lhs b/compiler/specialise/Rules.lhs
index cc2cc19..c214812 100644
--- a/compiler/specialise/Rules.lhs
+++ b/compiler/specialise/Rules.lhs
@@ -111,7 +111,7 @@ Note [Overall plumbing for rules]
from HscEnv.
[NB: we are inconsistent here. We should do the same for external
- pacakges, but we don't. Same for type-class instances.]
+ packages, but we don't. Same for type-class instances.]
* So in the outer simplifier loop, we combine (b-d) into a single
RuleBase, reading
diff --git a/sync-all b/sync-all
index 5d7e313..fc629df 100755
--- a/sync-all
+++ b/sync-all
@@ -690,7 +690,7 @@ Flags given *after* the command are passed to git.
--extra also clone some extra library packages
- --no-dph avoids cloning the dph pacakges
+ --no-dph avoids cloning the dph packages
------------ Checking out a branch -------------
More information about the ghc-commits
mailing list