[PATCH] D77458: [clang-tools-extra] NFC: Fix trivial typo in documents and comments
Kazuaki Ishizaki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 4 12:13:35 PDT 2020
kiszk updated this revision to Diff 255071.
kiszk added a comment.
address review comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77458/new/
https://reviews.llvm.org/D77458
Files:
clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
Index: clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
===================================================================
--- clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
+++ clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
@@ -116,7 +116,7 @@
}
if (NumConcrete > 1) {
- diag(D->getBeginLoc(), "inheriting mulitple classes that aren't "
+ diag(D->getBeginLoc(), "inheriting multiple classes that aren't "
"pure virtual is discouraged");
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77458.255071.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200404/8599248a/attachment.bin>
More information about the cfe-commits
mailing list