]> granicus.if.org Git - clang/commitdiff
Fix comment typo.
authorNico Weber <nicolasweber@gmx.de>
Wed, 7 Jan 2015 05:25:05 +0000 (05:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 7 Jan 2015 05:25:05 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225340 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ItaniumCXXABI.cpp

index fd299d14c13cffea7be8756e695229e3c99d9553..deebab85839928b26fc395867454c48b8520d8d8 100644 (file)
@@ -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));