]> granicus.if.org Git - clang/commitdiff
fix typo in comment
authorNico Weber <nicolasweber@gmx.de>
Thu, 19 Jul 2018 18:59:38 +0000 (18:59 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 19 Jul 2018 18:59:38 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337480 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MicrosoftCXXABI.cpp

index a58982bd0c933c7ed7a916ea2c413603beb04ed4..e5e9cf67fdd23d68c5200285e4d0632f27e8a815 100644 (file)
@@ -3336,7 +3336,7 @@ CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
 //   a reference to the TypeInfo for the type and a reference to the
 //   CompleteHierarchyDescriptor for the type.
 //
-// ClassHieararchyDescriptor: Contains information about a class hierarchy.
+// ClassHierarchyDescriptor: Contains information about a class hierarchy.
 //   Used during dynamic_cast to walk a class hierarchy.  References a base
 //   class array and the size of said array.
 //