summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/MicrosoftCXXABI.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-07-19 18:59:38 +0000
committerNico Weber <nicolasweber@gmx.de>2018-07-19 18:59:38 +0000
commitf29044536d7a77cac152948a066c44e7cb010627 (patch)
tree6bf4decb56751055dcd7e76ddc6124b60d4e9cc3 /clang/lib/CodeGen/MicrosoftCXXABI.cpp
parent86bc8c6555c931946e052f687490f5d62389de69 (diff)
downloadbcm5719-llvm-f29044536d7a77cac152948a066c44e7cb010627.tar.gz
bcm5719-llvm-f29044536d7a77cac152948a066c44e7cb010627.zip
fix typo in comment
llvm-svn: 337480
Diffstat (limited to 'clang/lib/CodeGen/MicrosoftCXXABI.cpp')
-rw-r--r--clang/lib/CodeGen/MicrosoftCXXABI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
index a58982bd0c9..e5e9cf67fdd 100644
--- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp
+++ b/clang/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.
//
OpenPOWER on IntegriCloud