summaryrefslogtreecommitdiffstats
path: root/openmp/testsuite/c/omp_parallel_sections_private.c
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-01 18:28:36 +0000
committerAlp Toker <alp@nuanti.com>2014-06-01 18:28:36 +0000
commitc2d5e611778d82b67a7fd0150f6aa4bed6b81a23 (patch)
tree09ab2f9361c07830df40376b3011d5e2888f75fd /openmp/testsuite/c/omp_parallel_sections_private.c
parent7198f529ad03338fbb8f1fb6cb1f14fa45297e88 (diff)
downloadbcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.tar.gz
bcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.zip
Fix typos
llvm-svn: 209995
Diffstat (limited to 'openmp/testsuite/c/omp_parallel_sections_private.c')
-rw-r--r--openmp/testsuite/c/omp_parallel_sections_private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/testsuite/c/omp_parallel_sections_private.c b/openmp/testsuite/c/omp_parallel_sections_private.c
index f1819707829..c5fe414f399 100644
--- a/openmp/testsuite/c/omp_parallel_sections_private.c
+++ b/openmp/testsuite/c/omp_parallel_sections_private.c
@@ -56,7 +56,7 @@ int <ompts:testcode:functionname>omp_parallel_sections_private</ompts:testcode:f
sum= sum+sum0;
} /*end of critical */
}
- } /*end of paralell sections*/
+ } /*end of parallel sections*/
</ompts:orphan>
known_sum=(999*1000)/2+7;
return (known_sum==sum);
OpenPOWER on IntegriCloud