Samuel Thibault 13 lat temu
rodzic
commit
aac399d43f
1 zmienionych plików z 1 dodań i 1 usunięć
  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;