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;