]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi: Fix wording in GCN offload specifics
authorTobias Burnus <tobias@codesourcery.com>
Fri, 24 Mar 2023 16:32:59 +0000 (17:32 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 24 Mar 2023 16:36:22 +0000 (17:36 +0100)
libgomp/
* libgomp.texi (Offload-Target Specifics): Grammar fix.

libgomp/libgomp.texi

index 5bcb84a1d6f1b7db5ae45355c2adc98db59aaa65..dc6b4aca38b2e9c9494685494ccb043ecbd10bbd 100644 (file)
@@ -4454,7 +4454,7 @@ The implementation remark:
 @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
       using the C library @code{printf} functions and the Fortran
       @code{print}/@code{write} statements.
-@item Reverse offload (i.e. @code{target} regions with
+@item Reverse offload regions (i.e. @code{target} regions with
       @code{device(ancestor:1)}) are processed serially per @code{target} region
       such that the next reverse offload region is only executed after the previous
       one returned.