diff options
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index d3feafee535..b2cd9e0930c 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -2813,7 +2813,7 @@ label the critical section. @item OMP_RETURN This does not represent any OpenMP directive, it is an artificial -marker to indicate the end of the body of an OpenMP. It is used +marker to indicate the end of the body of an OpenMP@. It is used by the flow graph (@code{tree-cfg.c}) and OpenMP region building code (@code{omp-low.c}). |