fix a comment
authorSimon Marlow <marlowsd@gmail.com>
Wed, 30 Dec 2009 15:08:52 +0000 (15:08 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 30 Dec 2009 15:08:52 +0000 (15:08 +0000)
rts/Schedule.c

index 56233fb..43c9b2a 100644 (file)
@@ -709,7 +709,7 @@ schedulePushWork(Capability *cap USED_IF_THREADS,
     Capability *free_caps[n_capabilities], *cap0;
     nat i, n_free_caps;
 
     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
     if (!RtsFlags.ParFlags.migrate) return;
 
     // Check whether we have more threads on our run queue, or sparks