diff options
author | Kelvin Li <kkwli0@gmail.com> | 2020-01-03 22:03:42 -0500 |
---|---|---|
committer | Kelvin Li <kkwli0@gmail.com> | 2020-01-03 22:03:42 -0500 |
commit | ed5fe64581f4f076c00d5e57caff1ff746d57c79 (patch) | |
tree | 3d9d49322be077db38ba3b36d8573fbc7faafb59 /openmp/runtime/src/kmp_runtime.cpp | |
parent | 0f1e7993e9bd8c9d80d8adddfc59aeae10d9fad3 (diff) | |
download | bcm5719-llvm-ed5fe64581f4f076c00d5e57caff1ff746d57c79.tar.gz bcm5719-llvm-ed5fe64581f4f076c00d5e57caff1ff746d57c79.zip |
[OpenMP] NFC: Fix trivial typos in comments
Submitted by: kiszk
Differential Revision: https://reviews.llvm.org/D72171
Diffstat (limited to 'openmp/runtime/src/kmp_runtime.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_runtime.cpp b/openmp/runtime/src/kmp_runtime.cpp index b219c60ee65..4f4559589e9 100644 --- a/openmp/runtime/src/kmp_runtime.cpp +++ b/openmp/runtime/src/kmp_runtime.cpp @@ -7152,7 +7152,7 @@ int __kmp_invoke_teams_master(int gtid) { /* this sets the requested number of threads for the next parallel region encountered by this team. since this should be enclosed in the forkjoin - critical section it should avoid race conditions with assymmetrical nested + critical section it should avoid race conditions with asymmetrical nested parallelism */ void __kmp_push_num_threads(ident_t *id, int gtid, int num_threads) { |