From 56dda711a0f410674c107259a52a36dff9a93a17 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 25 Aug 2004 10:33:26 +0000 Subject: [PATCH] [project @ 2004-08-25 10:33:26 by simonpj] Spelling mistake in comment --- ghc/compiler/typecheck/TcRnDriver.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 7371d1c..57da566 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -828,7 +828,7 @@ tcRnExpr hsc_env ictxt rdr_expr smpl_doc = ptext SLIT("main expression") \end{code} -tcRnExpr just finds the kind of a type +tcRnType just finds the kind of a type \begin{code} tcRnType :: HscEnv -- 1.7.10.4