diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-09-17 12:33:36 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-09-17 12:34:27 +0200 |
commit | 4a7842bb99249295bfbdfaa6a3030414e4d9eb9d (patch) | |
tree | 2933bf304caa61586bdb6d252fc0498f515988ed | |
parent | 3a2bcffac602f5de56537a77db1062984bcefd45 (diff) | |
download | gcc-4a7842bb99249295bfbdfaa6a3030414e4d9eb9d.zip gcc-4a7842bb99249295bfbdfaa6a3030414e4d9eb9d.tar.gz gcc-4a7842bb99249295bfbdfaa6a3030414e4d9eb9d.tar.bz2 |
libgomp: Spelling error fix in OpenMP 5.1 conformance section
Fix spelling of OpenMP directive declare variant.
2021-09-17 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi (OpenMP 5.1): Spelling fix,
declare variante -> declare variant.
-rw-r--r-- | libgomp/libgomp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 6408518..8bbb1e2 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -276,9 +276,9 @@ The OpenMP 4.5 specification is fully supported. @item @code{omp_all_memory} reserved locator @tab N @tab @item @emph{target_device trait} in OpenMP Context @tab N @tab @item @code{target_device} selector set in context selectors @tab N @tab -@item C/C++'s @code{declare variante} directive: elision support of +@item C/C++'s @code{declare variant} directive: elision support of preprocessed code @tab N @tab -@item @code{declare variante}: new clauses @code{adjust_args} and +@item @code{declare variant}: new clauses @code{adjust_args} and @code{append_args} @tab N @tab @item @code{dispatch} construct @tab N @tab @item device-specific ICV settings the environment variables @tab N @tab |