diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-01-07 05:25:05 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-01-07 05:25:05 +0000 |
commit | 4c2ffb24f9495ee527df5b376155d41bafe1a69b (patch) | |
tree | 653c0733b9f336f100d84568997a4fc26eb86cdf /clang/lib/CodeGen/ItaniumCXXABI.cpp | |
parent | f9b99a1e076009fb3bb61f5f7b7ff9c4e8278f1e (diff) | |
download | bcm5719-llvm-4c2ffb24f9495ee527df5b376155d41bafe1a69b.tar.gz bcm5719-llvm-4c2ffb24f9495ee527df5b376155d41bafe1a69b.zip |
Fix comment typo.
llvm-svn: 225340
Diffstat (limited to 'clang/lib/CodeGen/ItaniumCXXABI.cpp')
-rw-r--r-- | clang/lib/CodeGen/ItaniumCXXABI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ItaniumCXXABI.cpp b/clang/lib/CodeGen/ItaniumCXXABI.cpp index fd299d14c13..deebab85839 100644 --- a/clang/lib/CodeGen/ItaniumCXXABI.cpp +++ b/clang/lib/CodeGen/ItaniumCXXABI.cpp @@ -1122,7 +1122,7 @@ void ItaniumCXXABI::EmitCXXConstructors(const CXXConstructorDecl *D) { CGM.EmitGlobal(GlobalDecl(D, Ctor_Base)); // The constructor used for constructing this as a complete class; - // constucts the virtual bases, then calls the base constructor. + // constructs the virtual bases, then calls the base constructor. if (!D->getParent()->isAbstract()) { // We don't need to emit the complete ctor if the class is abstract. CGM.EmitGlobal(GlobalDecl(D, Ctor_Complete)); |