Fix typo in comment
authorIan Lynagh <igloo@earth.li>
Fri, 2 Oct 2009 21:26:05 +0000 (21:26 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 2 Oct 2009 21:26:05 +0000 (21:26 +0000)
compiler/typecheck/TcRnDriver.lhs

index 12069ff..f7acc19 100644 (file)
@@ -1392,7 +1392,7 @@ tcRnGetInfo :: HscEnv
            -> Name
            -> IO (Messages, Maybe (TyThing, Fixity, [Instance]))
 
--- Used to implemnent :info in GHCi
+-- Used to implement :info in GHCi
 --
 -- Look up a RdrName and return all the TyThings it might be
 -- A capitalised RdrName is given to us in the DataName namespace,