[commit: ghc] master: Spelling correction in comment (bb64338)
Simon Peyton Jones
simonpj at microsoft.com
Tue Dec 13 14:38:02 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bb6433866a7294ef707754b6f219980a0f3d36d9
>---------------------------------------------------------------
commit bb6433866a7294ef707754b6f219980a0f3d36d9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Dec 13 13:34:58 2011 +0000
Spelling correction in comment
>---------------------------------------------------------------
compiler/iface/IfaceSyn.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/iface/IfaceSyn.lhs b/compiler/iface/IfaceSyn.lhs
index 9f25078..6f59e38 100644
--- a/compiler/iface/IfaceSyn.lhs
+++ b/compiler/iface/IfaceSyn.lhs
@@ -303,7 +303,7 @@ and non-orphans. Roughly speaking, an instance/rule is an orphan if
its left hand side mentions nothing defined in this module. Orphan-hood
has two major consequences
- * A non-orphan is not finger-printerd separately. Instead, for
+ * A non-orphan is not finger-printed separately. Instead, for
fingerprinting purposes it is treated as part of the entity it
mentions on the LHS. For example
data T = T1 | T2
More information about the Cvs-ghc
mailing list