Fix typo as requested in the review approval.
libgomp/ChangeLog:
* testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
(cherry picked from commit
70d624ff067920d6d57ce5064ddc2a2411377488)
* testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
+2022-07-04 Tobias Burnus <tobias@codesourcery.com>
+
+ Backport from mainline:
+ 2022-05-13 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
+
2022-06-20 Andrew Stubbs <ams@codesourcery.com>
* plugin/plugin-gcn.c (struct usm_splay_tree_key_s): New.
! Runs the the target region asynchrolously and checks for it
!
-! Note that map(alloc: work(:, i)) + nowait should be save
+! Note that map(alloc: work(:, i)) + nowait should be safe
! given that a nondescriptor array is used. However, it still
! violates a map clause restriction, added in OpenMP 5.1 [354:10-13].