This is an archive of the discontinued LLVM Phabricator instance.

[clang-tools-extra] NFC: Fix trivial typos in comments
ClosedPublic

Authored by kiszk on Jan 3 2020, 4:50 AM.

Details

Diff Detail

Event Timeline

kiszk created this revision.Jan 3 2020, 4:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2020, 4:50 AM

Unit tests: pass. 61173 tests passed, 0 failed and 729 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

kiszk updated this revision to Diff 236069.Jan 3 2020, 8:11 AM

Rebase with master

Unit tests: pass. 61180 tests passed, 0 failed and 729 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

aaron.ballman accepted this revision.Jan 3 2020, 11:22 AM

This is fantastic, thank you for much for all the typo fixes! This LGTM. Do you need someone to commit on your behalf?

This revision is now accepted and ready to land.Jan 3 2020, 11:22 AM
kiszk added a comment.Jan 3 2020, 6:14 PM

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

aaron.ballman closed this revision.Jan 4 2020, 7:29 AM

Thank you for the patch! I've committed on your behalf in b7ecf1c1c373c53183ef6ef66efbe4237ff7b96d.