Olivier Aumage 11 년 전
부모
커밋
099b2a4a58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/util/openmp_runtime_support.h

+ 1 - 1
src/util/openmp_runtime_support.h

@@ -231,7 +231,7 @@ struct starpu_omp_region
 	struct starpu_omp_device *owner_device;
 	/* note: the list of threads include the master_thread as first element */
 	struct starpu_omp_thread_list *thread_list;
-	/* list of implicit omp task created to run the region */
+	/* list of implicit omp tasks created to run the region */
 	struct starpu_omp_task_list *implicit_task_list;
 	int nb_threads;
 	int level;