Fix description of OpenMP parallel directive in the C and C++ front ends.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 17 Dec 2013 15:21:07 +0000 (16:21 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 17 Dec 2013 15:21:07 +0000 (16:21 +0100)
commitcef0fd0ec8a68d6c2eb7e69fc6cf9cb8de5ca079
tree425b1c821b443cca75c02270240a6cbdec1da7e0
parentfa00a5fe2ac6b25b2c67a99a3bc9ee6e12ec2485
Fix description of OpenMP parallel directive in the C and C++ front ends.

gcc/c/
* c-parser.c (c_parser_omp_parallel): Fix description.
gcc/cp/
* parser.c (cp_parser_omp_parallel): Fix description.

From-SVN: r206052
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cp/ChangeLog
gcc/cp/parser.c