diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-22 14:52:49 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-22 14:52:49 +0000 |
commit | c2a8617aad5a6fb29e4857771f785e5d5fe68b54 (patch) | |
tree | e46dd1827c33a4630721c903265b2a73041f39a2 | |
parent | cdf1ca34abb0cf11979f571b28a1e343563a2281 (diff) | |
download | haskell-c2a8617aad5a6fb29e4857771f785e5d5fe68b54.tar.gz |
fix comment
-rw-r--r-- | compiler/types/TyCon.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index befc4e6f93..a7b0594bcf 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 |