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 2 2020, 8:03 AM.

Details

Summary

"the the" -> "the"
"an" -> "a"

Diff Detail

Event Timeline

kiszk created this revision.Jan 2 2020, 8:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2020, 8:03 AM
kiszk retitled this revision from NFC: Fix trivial typos in comments to [clang-tools-extra] NFC: Fix trivial typos in comments.Jan 2 2020, 8:06 AM

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

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

clang-format: pass.

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

Kokan accepted this revision.Jan 2 2020, 8:26 AM
This revision is now accepted and ready to land.Jan 2 2020, 8:26 AM
kiszk added a comment.Jan 2 2020, 9:40 AM

I do not have commit rights to the repository. Could someone commit this change?

aaron.ballman closed this revision.Jan 2 2020, 10:42 AM

Thank you for the patch! I've commit on your behalf in 7ab9acd8f414161b784b61a1633a7c241b82be85.