Samuel Thibault пре 13 година
родитељ
комит
aac399d43f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/sched_policies/work_stealing_policy.c

+ 1 - 1
src/sched_policies/work_stealing_policy.c

@@ -104,7 +104,7 @@ static struct _starpu_deque_jobq *select_workerq(void)
 
 #else
 
-/* who to steal work to ? */
+/* who to steal work from ? */
 static struct _starpu_deque_jobq *select_victimq(void)
 {
 	struct _starpu_deque_jobq *q;