summaryrefslogtreecommitdiffstats
path: root/openmp/testsuite/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/testsuite/fortran')
-rw-r--r--openmp/testsuite/fortran/do_schedule_guided.f2
-rw-r--r--openmp/testsuite/fortran/omp_barrier.f2
-rw-r--r--openmp/testsuite/fortran/omp_num_threads.f2
-rw-r--r--openmp/testsuite/fortran/omp_single.f2
4 files changed, 4 insertions, 4 deletions
diff --git a/openmp/testsuite/fortran/do_schedule_guided.f b/openmp/testsuite/fortran/do_schedule_guided.f
index aa0755100ce..5d0e7edb71b 100644
--- a/openmp/testsuite/fortran/do_schedule_guided.f
+++ b/openmp/testsuite/fortran/do_schedule_guided.f
@@ -7,7 +7,7 @@
! TODO:
! C. Niethammer:
! Find check to decide if the test was run as schedule(static) because
- ! this also can pass the test if the work is devided into thread-counts
+ ! this also can pass the test if the work is divided into thread-counts
INTEGER FUNCTION <ompts:testcode:functionname>do_schedule_guided</ompts:testcode:functionname>()
IMPLICIT NONE
INTEGER omp_get_thread_num,omp_get_num_threads
diff --git a/openmp/testsuite/fortran/omp_barrier.f b/openmp/testsuite/fortran/omp_barrier.f
index e14a9ba3861..5125994149e 100644
--- a/openmp/testsuite/fortran/omp_barrier.f
+++ b/openmp/testsuite/fortran/omp_barrier.f
@@ -1,5 +1,5 @@
<ompts:test>
-<ompts:testdescription>Test which checks the omp barrier directive. The test creates several threads and sends one of them sleeping before setting a flag. After the barrier the other ones do some littel work depending on the flag.</ ompts:testdescription>
+<ompts:testdescription>Test which checks the omp barrier directive. The test creates several threads and sends one of them sleeping before setting a flag. After the barrier the other ones do some little work depending on the flag.</ ompts:testdescription>
<ompts:ompversion>2.0</ompts:ompversion>
<ompts:directive>omp barrier</ompts:directive>
<ompts:testcode>
diff --git a/openmp/testsuite/fortran/omp_num_threads.f b/openmp/testsuite/fortran/omp_num_threads.f
index 2227e634b95..a1ede73a6f3 100644
--- a/openmp/testsuite/fortran/omp_num_threads.f
+++ b/openmp/testsuite/fortran/omp_num_threads.f
@@ -24,7 +24,7 @@
!Yi Wen added omp_Set_dynamics here to make sure num_threads clause work
!Thanks to Dr. Yin Ma in Absoft. should be not be called before the test loop
-!becuase it allows the dynamic adjustment of the number of threads at runtime
+!because it allows the dynamic adjustment of the number of threads at runtime
!instead of using the max_threads set.
!CALL OMP_SET_DYNAMIC(.TRUE.)
diff --git a/openmp/testsuite/fortran/omp_single.f b/openmp/testsuite/fortran/omp_single.f
index c6826211d25..e8821cac730 100644
--- a/openmp/testsuite/fortran/omp_single.f
+++ b/openmp/testsuite/fortran/omp_single.f
@@ -1,5 +1,5 @@
<ompts:test>
-<ompts:testdescription>Test which checks the omp single directive by controling how often a directive is called in an omp single region.</ompts:testdescription>
+<ompts:testdescription>Test which checks the omp single directive by controlling how often a directive is called in an omp single region.</ompts:testdescription>
<ompts:ompversion>2.0</ompts:ompversion>
<ompts:directive>omp single</ompts:directive>
<ompts:dependences>omp parallel private,omp flush</ompts:dependences>
OpenPOWER on IntegriCloud