[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 19:42:36 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGabdd042bb7a5: [clang-tools-extra] NFC: Fix trivial typo in documents and comments (authored by kiszk).

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.255098.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200405/4e540174/attachment.bin>


More information about the cfe-commits mailing list