From db14bb4c6bf595eb0f42ea745516d24af78335f7 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 13 Apr 2022 09:46:53 +0200 Subject: [PATCH] libgomp: Fix a documentation typo This fixes a typo in the 5.0 feature support table. 2022-04-13 Jakub Jelinek * libgomp.texi: Fix a typo - mutexinouset -> mutexinoutset. --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fcabd6e..c10d0cb 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 -- 2.7.4