Hi! This fixes a typo in the 5.0 feature support table.
Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk. 2022-04-13 Jakub Jelinek <ja...@redhat.com> * libgomp.texi: Fix a typo - mutexinouset -> mutexinoutset. --- libgomp/libgomp.texi.jj 2022-03-14 10:34:34.444919906 +0100 +++ libgomp/libgomp.texi 2022-04-12 16:13:04.905228708 +0200 @@ -214,7 +214,7 @@ The OpenMP 4.5 specification is fully su 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 Jakub