From 73d2734a2843e7c09f4d5d29a34398bde3af88db Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sun, 17 Feb 2002 13:02:44 +0000
Subject: [PATCH] [project @ 2002-02-17 13:02:44 by panne] Fixed TeX quoting

---
 ghc/compiler/prelude/primops.txt.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp
index 6f231bf3e9ab..ee40508eb9e2 100644
--- a/ghc/compiler/prelude/primops.txt.pp
+++ b/ghc/compiler/prelude/primops.txt.pp
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------
--- $Id: primops.txt.pp,v 1.15 2001/12/18 15:23:16 sewardj Exp $
+-- $Id: primops.txt.pp,v 1.16 2002/02/17 13:02:44 panne Exp $
 --
 -- Primitive Operations
 --
@@ -1621,7 +1621,7 @@ primop  NewBCOOp "newBCO#" GenPrimOp
 
 ------------------------------------------------------------------------
 section "Coercion" 
-	{{\tt unsafeCoerce# :: a -> b} is not a primop, but is defined in MkId.lhs.}
+	{{\tt unsafeCoerce\# :: a -> b} is not a primop, but is defined in MkId.lhs.}
 
 ------------------------------------------------------------------------
 
-- 
GitLab