diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-04-13 09:46:53 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-04-13 09:46:53 +0200 |
commit | db14bb4c6bf595eb0f42ea745516d24af78335f7 (patch) | |
tree | 1760123c1c49280f69e437e4ea34499e3f9883fb /libgomp/libgomp.texi | |
parent | c1ff207af66d512767dadd3019e1d16ff6a26c24 (diff) | |
download | gcc-db14bb4c6bf595eb0f42ea745516d24af78335f7.tar.gz |
libgomp: Fix a documentation typo
This fixes a typo in the 5.0 feature support table.
2022-04-13 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi: Fix a typo - mutexinouset -> mutexinoutset.
Diffstat (limited to 'libgomp/libgomp.texi')
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fcabd6e3e10..c10d0cbb6a1 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -214,7 +214,7 @@ The OpenMP 4.5 specification is fully supported. and @code{taskloop simd} constructs @tab Y @tab @item @code{taskloop} construct cancelable by @code{cancel} construct @tab Y @tab -@item @code{mutexinouset} @emph{dependence-type} for @code{depend} clause +@item @code{mutexinoutset} @emph{dependence-type} for @code{depend} clause @tab Y @tab @item Predefined memory spaces, memory allocators, allocator traits @tab Y @tab Some are only stubs |