diff options
Diffstat (limited to 'openmp/runtime/test/api/omp_in_parallel.c')
-rw-r--r-- | openmp/runtime/test/api/omp_in_parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/api/omp_in_parallel.c b/openmp/runtime/test/api/omp_in_parallel.c index 40cc3859c50..d09313eab15 100644 --- a/openmp/runtime/test/api/omp_in_parallel.c +++ b/openmp/runtime/test/api/omp_in_parallel.c @@ -4,7 +4,7 @@ /* * Checks that false is returned when called from serial region - * and true is returned when called within parallel region. + * and true is returned when called within parallel region. */ int test_omp_in_parallel() { |