From 0d273d95cef3785176211d88fd2d67b9c3b5707b Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Mon, 1 May 2000 14:31:22 +0000
Subject: [PATCH] [project @ 2000-05-01 14:31:22 by panne] Fixed typo in
 comment

---
 ghc/compiler/prelude/PrimRep.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs
index cde186abff7b..4c87fe5429a4 100644
--- a/ghc/compiler/prelude/PrimRep.lhs
+++ b/ghc/compiler/prelude/PrimRep.lhs
@@ -58,7 +58,7 @@ data PrimRep
   | WeakPtrRep
   | ForeignObjRep	
 
-  | StablePtrRep	-- guaranteed to be a represented by a pointer
+  | StablePtrRep	-- guaranteed to be represented by a pointer
 
   | StableNameRep	-- A stable name is a real heap object, unpointed,
 			-- with one field containing an index into the
-- 
GitLab