From: Ian Lynagh Date: Fri, 2 Oct 2009 21:26:05 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e83438f61c60ba9e2f504a9c15abac872026686b;p=ghc-hetmet.git Fix typo in comment --- diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index 12069ff..f7acc19 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -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,