Skip to content

Commit 1e27b57

Browse files
kparzyszskatrak
andauthored
Update flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
Co-authored-by: Sergio Afonso <[email protected]>
1 parent 4215178 commit 1e27b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class MapInfoFinalizationPass
234234
/// though. Non-descriptor objects listed on the `has_device_addr` clause
235235
/// can be passed to the kernel by just passing their address without any
236236
/// remapping.
237-
/// The adding the OMP_MAP_TO flag is done because we will always need to
237+
/// The adding of the OMP_MAP_TO flag is done because we will always need to
238238
/// map the descriptor to device, especially without device address clauses,
239239
/// as without the appropriate descriptor
240240
/// information on the device there is a risk of the kernel IR

0 commit comments

Comments
 (0)