diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-01 18:28:36 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-01 18:28:36 +0000 |
commit | c2d5e611778d82b67a7fd0150f6aa4bed6b81a23 (patch) | |
tree | 09ab2f9361c07830df40376b3011d5e2888f75fd /openmp/testsuite/fortran/omp_single.f | |
parent | 7198f529ad03338fbb8f1fb6cb1f14fa45297e88 (diff) | |
download | bcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.tar.gz bcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.zip |
Fix typos
llvm-svn: 209995
Diffstat (limited to 'openmp/testsuite/fortran/omp_single.f')
-rw-r--r-- | openmp/testsuite/fortran/omp_single.f | 2 |
1 files changed, 1 insertions, 1 deletions
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> |