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;