]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Oct 2013 10:42:06 +0000 (12:42 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 11 Oct 2013 10:42:06 +0000 (12:42 +0200)
gcc/
* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not
sub-codes.

From-SVN: r203414

gcc/ChangeLog
gcc/doc/generic.texi

index b8c57081add43129bae673933b002bfc9f6fd169..5f4b0ae24990937e1f74e0ca1e1f5a14b2de730e 100644 (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.
 
index 07e3f5ae8a1022ecd310580f4cfaca30189d1b15..ccecd6e842f45324f5475230f5ee48ca4fdd76b0 100644 (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},