diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-12-29 05:18:58 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-12-29 05:18:58 +0000 |
commit | 0472771eb382f4707c3c793dfab76a48b4c9cbc3 (patch) | |
tree | cab27169f6cdecf8acf4265307929c6c0225e8b5 /compiler/cmm/CLabel.hs | |
parent | 3ad5c4bbe8b3f40a2a105722c7c1b0abb0c99c66 (diff) | |
download | haskell-0472771eb382f4707c3c793dfab76a48b4c9cbc3.tar.gz |
Typo in comment
Diffstat (limited to 'compiler/cmm/CLabel.hs')
-rw-r--r-- | compiler/cmm/CLabel.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs index 31749d4a2c..614262cf13 100644 --- a/compiler/cmm/CLabel.hs +++ b/compiler/cmm/CLabel.hs @@ -171,7 +171,7 @@ data CLabel -- | A label with a baked-in \/ algorithmically generated name that definitely -- comes from the RTS. The code for it must compile into libHSrts.a \/ libHSrts.so -- If it doesn't have an algorithmically generated name then use a CmmLabel - -- instead and give it an appropriate Module argument. + -- instead and give it an appropriate PackageId argument. | RtsLabel RtsLabelInfo |