[project @ 2005-04-22 21:57:42 by simonmar]
authorsimonmar <unknown>
Fri, 22 Apr 2005 21:57:42 +0000 (21:57 +0000)
committersimonmar <unknown>
Fri, 22 Apr 2005 21:57:42 +0000 (21:57 +0000)
Fix a comment

mk/config.mk.in

index b10d403..3dc3225 100644 (file)
@@ -370,7 +370,7 @@ endif
 # Options for GHC's RTS
 
 # For an optimised RTS (you probably don't want to change these; we build
-# a debugging RTS by default now.  Use -package rts_debug to get it).
+# a debugging RTS by default now.  Use -debug to get it).
 GhcRtsHcOpts=-O2
 GhcRtsCcOpts=-fomit-frame-pointer