From 981312d773d0bdb1216143b4f634272de7a45e35 Mon Sep 17 00:00:00 2001
From: Simon Peyton Jones <simonpj@microsoft.com>
Date: Tue, 2 Aug 2011 22:03:21 +0100
Subject: [PATCH] Avoid confusing Haddock in comment

---
 compiler/typecheck/TcSplice.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcSplice.lhs b/compiler/typecheck/TcSplice.lhs
index e8aea52839ac..80a594789506 100644
--- a/compiler/typecheck/TcSplice.lhs
+++ b/compiler/typecheck/TcSplice.lhs
@@ -817,7 +817,7 @@ runMeta show_code run_and_convert expr
 	-- For example, if we found an error in an earlier defn f, but
 	-- recovered giving it type f :: forall a.a, it'd be very dodgy
 	-- to carry ont.  Mind you, the staging restrictions mean we won't
-	-- *run* f, but it still seems wrong. And, more concretely, 
+	-- actually run f, but it still seems wrong. And, more concretely, 
 	-- see Trac #5358 for an example that fell over when trying to
 	-- reify a function with a "?" kind in it.  (These don't occur
 	-- in type-correct programs.
-- 
GitLab