aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2022-05-13 20:04:38 +0200
committerTobias Burnus <tobias@codesourcery.com>2022-05-13 20:04:38 +0200
commit70d624ff067920d6d57ce5064ddc2a2411377488 (patch)
tree2fb05ecae442cb4b7bcdef397cc661f223249bfa
parenta46d6268371c446566f656858aada8775a0c988e (diff)
downloadgcc-70d624ff067920d6d57ce5064ddc2a2411377488.zip
gcc-70d624ff067920d6d57ce5064ddc2a2411377488.tar.gz
gcc-70d624ff067920d6d57ce5064ddc2a2411377488.tar.bz2
libgomp.fortran/target-nowait-array-section.f90: Fix typo
Fix typo as requested in the review approval. libgomp/ChangeLog: * testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
-rw-r--r--libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90 b/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
index 7560cff..3613b73 100644
--- a/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
+++ b/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
@@ -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].