diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-07-31 12:45:21 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-07-31 13:07:33 +0200 |
commit | 4d7c6d0df110654b633643947cede9173f8e972e (patch) | |
tree | 820a5647dbba4e9f8120a8db33a5e203c41fbf6e /compiler/specialise | |
parent | 0a3663b19d55c46a3b90d35abb1048fb3198e3f6 (diff) | |
download | haskell-4d7c6d0df110654b633643947cede9173f8e972e.tar.gz |
Fix typos
Diffstat (limited to 'compiler/specialise')
-rw-r--r-- | compiler/specialise/Rules.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/Rules.lhs b/compiler/specialise/Rules.lhs index cc2cc19f98..c2148120e3 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 |