diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-01-07 14:03:31 +0800 |
|---|---|---|
| committer | Jim Lin <tclin914@gmail.com> | 2020-01-07 14:05:03 +0800 |
| commit | 4c6a098ad52fc2844f7733bc051cd7a729500f04 (patch) | |
| tree | 193f3aec653ba4efa032f12fd62c3a4f5b5cf57f /openmp/runtime/test/threadprivate/omp_threadprivate.c | |
| parent | 6598af4a54b0f67cdaf14ca1b6809e6f109679e8 (diff) | |
| download | bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.tar.gz bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.zip | |
[OpenMP] NFC: Fix trivial typos in comments
Reviewers: jdoerfert, Jim
Reviewed By: Jim
Subscribers: Jim, mgorny, guansong, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D72285
Diffstat (limited to 'openmp/runtime/test/threadprivate/omp_threadprivate.c')
| -rw-r--r-- | openmp/runtime/test/threadprivate/omp_threadprivate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/threadprivate/omp_threadprivate.c b/openmp/runtime/test/threadprivate/omp_threadprivate.c index a3dd80d9d5f..48ac65877c4 100644 --- a/openmp/runtime/test/threadprivate/omp_threadprivate.c +++ b/openmp/runtime/test/threadprivate/omp_threadprivate.c @@ -62,7 +62,7 @@ int test_omp_threadprivate() my_random = rand(); /* random number generator is called inside serial region*/ - /* the first parallel region is used to initialiye myvalue + /* the first parallel region is used to initialize myvalue and the array with my_random+rank */ #pragma omp parallel { |

