r337480 - fix typo in comment

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 19 11:59:38 PDT 2018


Author: nico
Date: Thu Jul 19 11:59:38 2018
New Revision: 337480

URL: http://llvm.org/viewvc/llvm-project?rev=337480&view=rev
Log:
fix typo in comment

Modified:
    cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp

Modified: cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp?rev=337480&r1=337479&r2=337480&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp (original)
+++ cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp Thu Jul 19 11:59:38 2018
@@ -3336,7 +3336,7 @@ CGCXXABI *clang::CodeGen::CreateMicrosof
 //   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.
 //




More information about the cfe-commits mailing list