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.
This commit is contained in:
Tobias Burnus 2022-05-13 20:04:38 +02:00
parent a46d626837
commit 70d624ff06
1 changed files with 1 additions and 1 deletions

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