From c572f87a790dc313ffae3266dba05844c0fdb4ca Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 8 Sep 2009 15:03:51 +0000 Subject: [PATCH] comment fix --- rts/sm/Evac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 1.7.10.4