forked from OSchip/llvm-project
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
Differential Revision: https://reviews.llvm.org/D77458
This commit is contained in:
parent
6bfe28e92f
commit
abdd042bb7
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue