From c2a8617aad5a6fb29e4857771f785e5d5fe68b54 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 22 Jun 2009 14:52:49 +0000 Subject: [PATCH] fix comment --- compiler/types/TyCon.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index befc4e6..a7b0594 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -495,7 +495,7 @@ Then %************************************************************************ A PrimRep is somewhat similar to a CgRep (see codeGen/SMRep) and a -MachRep (see cmm/MachOp), although each of these types has a distinct +MachRep (see cmm/CmmExpr), although each of these types has a distinct and clearly defined purpose: - A PrimRep is a CgRep + information about signedness + information -- 1.7.10.4