This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] NFC: Fix trivial typos in comments
ClosedPublic

Authored by kiszk on Jan 6 2020, 9:46 AM.

Event Timeline

kiszk created this revision.Jan 6 2020, 9:46 AM
Herald added a project: Restricted Project. · View Herald Transcript
kiszk retitled this revision from [OpenMP] NFC: Fix trivial typos to [OpenMP] NFC: Fix trivial typos in comments.Jan 6 2020, 10:08 AM
Jim added a subscriber: Jim.Jan 6 2020, 6:49 PM
Jim added inline comments.
openmp/runtime/src/kmp_tasking.cpp
4148

Why new line here?

kiszk marked an inline comment as done.Jan 6 2020, 8:48 PM
kiszk added inline comments.
openmp/runtime/src/kmp_tasking.cpp
4148

This is because this change leads to more than 80-column length.

Jim accepted this revision.Jan 6 2020, 9:17 PM

LGTM.

This revision is now accepted and ready to land.Jan 6 2020, 9:17 PM
kiszk added a comment.Jan 6 2020, 9:36 PM

Thank you.
I do not have commit rights to the repository yet. Could someone commit this change if it is OK?
Kazuaki Ishizaki <ishizaki@jp.ibm.com>

This revision was automatically updated to reflect the committed changes.