diff options
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 { |

