Skip to content

Commit f4b56af

Browse files
committed
Fix comment
1 parent 4cbef0b commit f4b56af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/CUDA/cuda-data-transfer.cuf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ end subroutine
544544
! CHECK-NOT: cuf.data_transfer
545545

546546
! Data transfer with conversion with more complex elemental
547-
! Check that the data transfer is palce
547+
! Check that the data transfer is placed before the elemental op.
548548
subroutine sub29()
549549
real(2), device, allocatable :: a(:)
550550
real(4), allocatable :: ha(:)

0 commit comments

Comments
 (0)