]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Spelling error fix in OpenMP 5.1 conformance section
authorJakub Jelinek <jakub@redhat.com>
Fri, 17 Sep 2021 13:21:24 +0000 (15:21 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 17 Sep 2021 13:21:24 +0000 (15:21 +0200)
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.

(cherry picked from commit 4a7842bb99249295bfbdfaa6a3030414e4d9eb9d)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index 09d54f2816a1cb7a3fe149f1a2af1263f82c0fad..9041f4734d5a151fd4b5262a0cb9a2dea8c31fef 100644 (file)
@@ -1,3 +1,11 @@
+2021-09-17  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-09-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * libgomp.texi (OpenMP 5.1): Spelling fix,
+       declare variante -> declare variant.
+
 2021-09-17  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 110a35bc7ce39c5101b7ed355f66be45c595148a..3e3c70ef5d57bf4f5bb568151d8822bb3f09c700 100644 (file)
@@ -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