summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2019-01-09 13:06:23 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2019-01-09 13:06:23 +0000
commite193611a6da0bfef7e5a4c2325d8f62835753cdf (patch)
treeec883640a785380b0cd6acbe9b6250cc53929acb /openmp
parent6b709b5e2c9becea207c3dd218e8c00d8f7dcef6 (diff)
Doc: fixed description of a parameter of the __kmpc_taskloop
Patch by sergi.mateo.bellido@gmail.com Differential Revision: https://reviews.llvm.org/D56432
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/src/kmp_tasking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_tasking.cpp b/openmp/runtime/src/kmp_tasking.cpp
index 9c61a121dc8..7292ed1452d 100644
--- a/openmp/runtime/src/kmp_tasking.cpp
+++ b/openmp/runtime/src/kmp_tasking.cpp
@@ -4132,7 +4132,7 @@ void __kmp_taskloop_recur(ident_t *loc, int gtid, kmp_task_t *task,
@param lb Pointer to loop lower bound in task structure
@param ub Pointer to loop upper bound in task structure
@param st Loop stride
-@param nogroup Flag, 1 if nogroup clause specified, 0 otherwise
+@param nogroup Flag, 1 if no taskgroup needs to be added, 0 otherwise
@param sched Schedule specified 0/1/2 for none/grainsize/num_tasks
@param grainsize Schedule value if specified
@param task_dup Tasks duplication routine