[committed] libgomp.texi: Fix wording in GCN offload specifics

Message ID 3cf032e0-9ca6-0a2a-ef31-61408c6138cb@codesourcery.com
State Committed
Headers
Series [committed] libgomp.texi: Fix wording in GCN offload specifics |

Commit Message

Tobias Burnus March 24, 2023, 4:37 p.m. UTC
  Stumbled over 'Reverse offload are', fixed by changing it to 'Reverse
offload regions are'.

Committed as r13-6854

Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
  

Patch

commit 243fa4883cf6fccaaafddcc82e6b58843c82fb30
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Mar 24 17:32:59 2023 +0100

    libgomp.texi: Fix wording in GCN offload specifics
    
    libgomp/
            * libgomp.texi (Offload-Target Specifics): Grammar fix.

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 5bcb84a1d6f..dc6b4aca38b 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -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.