From: Simon Marlow Date: Tue, 8 Sep 2009 15:03:51 +0000 (+0000) Subject: comment fix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c572f87a790dc313ffae3266dba05844c0fdb4ca comment fix --- diff --git a/rts/sm/Evac.c b/rts/sm/Evac.c index ae843bd..6fcafc4 100644 --- a/rts/sm/Evac.c +++ b/rts/sm/Evac.c @@ -703,8 +703,7 @@ loop: goto loop; } - /* To evacuate a small TSO, we need to relocate the update frame - * list it contains. + /* To evacuate a small TSO, we need to adjust the stack pointer */ { StgTSO *new_tso;