[clang-tools-extra] NFC: Fix trivial typo in documents and comments

Differential Revision: https://reviews.llvm.org/D77458
This commit is contained in:
Kazuaki Ishizaki 2020-04-05 11:25:24 +09:00
parent 6bfe28e92f
commit abdd042bb7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void MultipleInheritanceCheck::check(const MatchFinder::MatchResult &Result) {
}
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");
}
}