[project @ 2005-07-25 11:10:01 by simonpj]
authorsimonpj <unknown>
Mon, 25 Jul 2005 11:10:01 +0000 (11:10 +0000)
committersimonpj <unknown>
Mon, 25 Jul 2005 11:10:01 +0000 (11:10 +0000)
Comments

ghc/compiler/basicTypes/Name.lhs

index 2ade655..fd8f2cf 100644 (file)
@@ -161,7 +161,7 @@ nameParent name = case nameParent_maybe name of
 
 isImplicitName :: Name -> Bool
 -- An Implicit Name is one has a parent; that is, one whose definition
--- derives from tehe paren thing
+-- derives from the parent thing
 isImplicitName name = isJust (nameParent_maybe name)
 
 nameModule name = nameModule_maybe name `orElse` pprPanic "nameModule" (ppr name)