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;