mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
Differential Revision: https://reviews.llvm.org/D77458
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user