[project @ 2001-02-12 16:08:48 by simonmar]
authorsimonmar <unknown>
Mon, 12 Feb 2001 16:08:48 +0000 (16:08 +0000)
committersimonmar <unknown>
Mon, 12 Feb 2001 16:08:48 +0000 (16:08 +0000)
comment typo

ghc/compiler/ghci/InteractiveUI.hs

index aeccf9b..a608f9b 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: InteractiveUI.hs,v 1.43 2001/02/12 12:25:50 simonmar Exp $
+-- $Id: InteractiveUI.hs,v 1.44 2001/02/12 16:08:48 simonmar Exp $
 --
 -- GHC Interactive User Interface
 --
@@ -265,7 +265,7 @@ finishEvalExpr (Just (unqual,ty))
       io (when b revertCAFs)
       return True
 
--- Returned Bool indicates whether or not the expr was successfully
+-- Returned Maybe indicates whether or not the expr was successfully
 -- parsed, renamed and typechecked.
 evalExpr :: String -> GHCi (Maybe (PrintUnqualified,Type))
 evalExpr expr