From 6166618beef243759038fbe3f9c059918f542d9c Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 17 Apr 2003 12:00:58 +0000 Subject: [PATCH] [project @ 2003-04-17 12:00:58 by simonmar] Comment fix --- ghc/utils/genapply/GenApply.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/genapply/GenApply.hs b/ghc/utils/genapply/GenApply.hs index 1ec6592..1cfdf92 100644 --- a/ghc/utils/genapply/GenApply.hs +++ b/ghc/utils/genapply/GenApply.hs @@ -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 -- 1.7.10.4