Skip to content

Commit d2dd8b8

Browse files
committed
Yet another comment change, from clang-format this time.
1 parent c589133 commit d2dd8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/libomptarget/omptarget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,8 @@ class PrivateArgumentManagerTy {
15311531
/// ...}
15321532
/// ```
15331533
/// `(1)` maps the pointee `px[1].
1534-
/// `(2)` attaches it to the mapped version of `px`. It can be controlled by the
1535-
/// user based on the `attach(auto/always/never)` map-type modifier.
1534+
/// `(2)` attaches it to the mapped version of `px`. It can be controlled by
1535+
/// the user based on the `attach(auto/always/never)` map-type modifier.
15361536
/// `(3)` privatizes and initializes the private pointer `px`, and passes it
15371537
/// into the kernel as the argument `%px`. Can be skipped if `px` is not
15381538
/// referenced in the target construct.

0 commit comments

Comments
 (0)