summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_dispatch_hier.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_dispatch_hier.h')
-rw-r--r--openmp/runtime/src/kmp_dispatch_hier.h2
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 24a6d669124..3d7faea0427 100644
--- a/openmp/runtime/src/kmp_dispatch_hier.h
+++ b/openmp/runtime/src/kmp_dispatch_hier.h
@@ -1071,7 +1071,7 @@ void __kmp_dispatch_init_hierarchy(ident_t *loc, int n,
my_unit->reset_shared_barrier();
my_unit->hier_pr.flags.contains_last = FALSE;
// Last layer, initialize the private buffers with entire loop information
- // Now the next next_algorithim() call will get the first chunk of
+ // Now the next next_algorithm() call will get the first chunk of
// iterations properly
if (i == n - 1) {
__kmp_dispatch_init_algorithm<T>(
OpenPOWER on IntegriCloud