diff options
Diffstat (limited to 'openmp/runtime/src/kmp_dispatch_hier.h')
-rw-r--r-- | openmp/runtime/src/kmp_dispatch_hier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_dispatch_hier.h b/openmp/runtime/src/kmp_dispatch_hier.h index 3d7faea04272..c615b7b08958 100644 --- a/openmp/runtime/src/kmp_dispatch_hier.h +++ b/openmp/runtime/src/kmp_dispatch_hier.h @@ -993,7 +993,7 @@ void __kmp_dispatch_init_hierarchy(ident_t *loc, int n, th->th.th_hier_bar_data = (kmp_hier_private_bdata_t *)__kmp_allocate( sizeof(kmp_hier_private_bdata_t) * kmp_hier_layer_e::LAYER_LAST); } - // Have threads "register" themselves by modifiying the active count for each + // Have threads "register" themselves by modifying the active count for each // level they are involved in. The active count will act as nthreads for that // level regarding the scheduling algorithms for (int i = 0; i < n; ++i) { |