summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2022-03-13 10:23:07 +0100
committerTobias Burnus <tobias@codesourcery.com>2022-03-13 10:23:07 +0100
commit1b85638affe6c987a33427c54e0369b819cd7915 (patch)
treea552f47c24bd4849b1346a3ec45365c69fe6cdfc /libgomp
parent57eeedda23c952951b5c40859ded3080ec9c7b03 (diff)
texi + c-target.def: Fix typos
gcc/c-family/ChangeLog: * c-target.def (check_string_object_format_arg): Fix description typo. gcc/ChangeLog: * doc/invoke.texi: Fix typos. * doc/tm.texi.in: Remove duplicated word. * doc/tm.texi: Regenerate. libgomp/ChangeLog: * libgomp.texi: Fix typo.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/libgomp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 161a423ac7c..fcabd6e3e10 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -245,7 +245,7 @@ The OpenMP 4.5 specification is fully supported.
device memory mapped by an array section @tab P @tab
@item Mapping of Fortran pointer and allocatable variables, including pointer
and allocatable components of variables
- @tab P @tab Mapping of vars with allocatable components unspported
+ @tab P @tab Mapping of vars with allocatable components unsupported
@item @code{defaultmap} extensions @tab Y @tab
@item @code{declare mapper} directive @tab N @tab
@item @code{omp_get_supported_active_levels} routine @tab Y @tab