From b6dc4f6ec37a4fca5d3d7289a4130b35e8f42bf8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 19 Jul 2018 18:59:38 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337480 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MicrosoftCXXABI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/MicrosoftCXXABI.cpp b/lib/CodeGen/MicrosoftCXXABI.cpp index a58982bd0c..e5e9cf67fd 100644 --- a/lib/CodeGen/MicrosoftCXXABI.cpp +++ b/lib/CodeGen/MicrosoftCXXABI.cpp @@ -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. // -- 2.40.0