From 0472771eb382f4707c3c793dfab76a48b4c9cbc3 Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Tue, 29 Dec 2009 05:18:58 +0000 Subject: [PATCH] Typo in comment --- compiler/cmm/CLabel.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs index 31749d4..614262c 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 -- 1.7.10.4