diff options
| author | panne <unknown> | 2000-05-01 14:31:22 +0000 |
|---|---|---|
| committer | panne <unknown> | 2000-05-01 14:31:22 +0000 |
| commit | 0d273d95cef3785176211d88fd2d67b9c3b5707b (patch) | |
| tree | bf120378dd0d8046402c80c90ffc298d8c9fb15d /ghc | |
| parent | dc02653bd623bafdda79d1c30fc9cd285ad6e4f7 (diff) | |
| download | haskell-0d273d95cef3785176211d88fd2d67b9c3b5707b.tar.gz | |
[project @ 2000-05-01 14:31:22 by panne]
Fixed typo in comment
Diffstat (limited to 'ghc')
| -rw-r--r-- | ghc/compiler/prelude/PrimRep.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index cde186abff..4c87fe5429 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 |
