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)
llvm-svn: 225340

clang/lib/CodeGen/ItaniumCXXABI.cpp

index fd299d1..deebab8 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));