From: simonmar Date: Thu, 17 Apr 2003 12:00:58 +0000 (+0000) Subject: [project @ 2003-04-17 12:00:58 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~957 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6166618beef243759038fbe3f9c059918f542d9c;p=ghc-hetmet.git [project @ 2003-04-17 12:00:58 by simonmar] Comment fix --- 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