]> gcc.gnu.org Git - gcc.git/commitdiff
libgomp.fortran/target-nowait-array-section.f90: Fix typo
authorTobias Burnus <tobias@codesourcery.com>
Fri, 13 May 2022 18:04:38 +0000 (20:04 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 13 May 2022 18:04:38 +0000 (20:04 +0200)
Fix typo as requested in the review approval.

libgomp/ChangeLog:

* testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.

libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90

index 7560cff746ba5e2ad6a91f73ebfe6a3897c74742..3613b73167693113dd029dd341d9ad3e02dfd5e0 100644 (file)
@@ -1,6 +1,6 @@
 ! 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].
 
This page took 0.215935 seconds and 5 git commands to generate.