We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215178 commit 1e27b57Copy full SHA for 1e27b57
flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
@@ -234,7 +234,7 @@ class MapInfoFinalizationPass
234
/// though. Non-descriptor objects listed on the `has_device_addr` clause
235
/// can be passed to the kernel by just passing their address without any
236
/// remapping.
237
- /// The adding the OMP_MAP_TO flag is done because we will always need to
+ /// The adding of the OMP_MAP_TO flag is done because we will always need to
238
/// map the descriptor to device, especially without device address clauses,
239
/// as without the appropriate descriptor
240
/// information on the device there is a risk of the kernel IR
0 commit comments