summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj <unknown>2004-08-16 09:51:20 +0000
committersimonpj <unknown>2004-08-16 09:51:20 +0000
commitd32c5227315009f38355fe3233f0f4e5b1f61dc6 (patch)
treea016d0b299f3eefc4603811d066708fb3c0d0137
parent228c47430e17c08ad7dcbd7141f05de36ecb2645 (diff)
downloadhaskell-d32c5227315009f38355fe3233f0f4e5b1f61dc6.tar.gz
[project @ 2004-08-16 09:51:20 by simonpj]
Commments only
-rw-r--r--ghc/compiler/coreSyn/CoreFVs.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/coreSyn/CoreFVs.lhs b/ghc/compiler/coreSyn/CoreFVs.lhs
index 9d66e5073d..384add20e6 100644
--- a/ghc/compiler/coreSyn/CoreFVs.lhs
+++ b/ghc/compiler/coreSyn/CoreFVs.lhs
@@ -151,7 +151,7 @@ expr_fvs (Let (Rec pairs) body)
exprFreeNames finds the free *names* of an expression, notably
including the names of type constructors (which of course do not show
up in exprFreeVars). Similarly ruleLhsFreeNames. The latter is used
-when deciding whethera rule is an orphan. In particular, suppose that
+when deciding whether a rule is an orphan. In particular, suppose that
T is defined in this module; we want to avoid declaring that a rule like
fromIntegral T = fromIntegral_T
is an orphan. Of course it isn't, an declaring it an orphan would