From: Simon Marlow Date: Wed, 30 Dec 2009 15:08:52 +0000 (+0000) Subject: fix a comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=53aa3da2f606dc2f7248e556152a5f04b95b2dbd;hp=35f7ad76780d9bf6d5fabc9365a5431dd47691dd;p=ghc-hetmet.git fix a comment --- diff --git a/rts/Schedule.c b/rts/Schedule.c index 56233fb..43c9b2a 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -709,7 +709,7 @@ schedulePushWork(Capability *cap USED_IF_THREADS, Capability *free_caps[n_capabilities], *cap0; nat i, n_free_caps; - // migration can be turned off with +RTS -qg + // migration can be turned off with +RTS -qm if (!RtsFlags.ParFlags.migrate) return; // Check whether we have more threads on our run queue, or sparks