generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes.

gcc/
	* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not
	sub-codes.

From-SVN: r203414
This commit is contained in:
Thomas Schwinge 2013-10-11 12:42:06 +02:00 committed by Thomas Schwinge
parent 1a79fb8af2
commit 6545f0b3ff
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not
sub-codes.
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
macros.

View File

@ -2204,7 +2204,7 @@ regular critical section around the expression is used.
@item OMP_CLAUSE
Represents clauses associated with one of the @code{OMP_} directives.
Clauses are represented by separate sub-codes defined in
Clauses are represented by separate subcodes defined in
@file{tree.h}. Clauses codes can be one of:
@code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED},
@code{OMP_CLAUSE_FIRSTPRIVATE},