libgomp.texi: Fix wording in GCN offload specifics

libgomp/
	* libgomp.texi (Offload-Target Specifics): Grammar fix.
This commit is contained in:
Tobias Burnus 2023-03-24 17:32:59 +01:00
parent 4e2cdb1ddb
commit 243fa4883c

View 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.