[project @ 2003-04-17 12:00:58 by simonmar]
authorsimonmar <unknown>
Thu, 17 Apr 2003 12:00:58 +0000 (12:00 +0000)
committersimonmar <unknown>
Thu, 17 Apr 2003 12:00:58 +0000 (12:00 +0000)
Comment fix

ghc/utils/genapply/GenApply.hs

index 1ec6592..1cfdf92 100644 (file)
@@ -441,7 +441,7 @@ genStackApply args =
 --
 -- These code fragments are used to save registers on the stack at a heap
 -- check failure in the entry code for a function.  We also have to save R1
--- and the return address (stg_gen_ap_info) on the stack.  See stg_fun_gc_gen
+-- and the return address (stg_gc_fun_info) on the stack.  See stg_gc_fun_gen
 -- in HeapStackCheck.hc for more details.
 
 mkStackSaveEntryLabel :: [ArgRep] -> Doc