r225340 - Fix comment typo.

Nico Weber nicolasweber at gmx.de
Tue Jan 6 21:25:05 PST 2015


Author: nico
Date: Tue Jan  6 23:25:05 2015
New Revision: 225340

URL: http://llvm.org/viewvc/llvm-project?rev=225340&view=rev
Log:
Fix comment typo.

Modified:
    cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp

Modified: cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp?rev=225340&r1=225339&r2=225340&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp (original)
+++ cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp Tue Jan  6 23:25:05 2015
@@ -1122,7 +1122,7 @@ void ItaniumCXXABI::EmitCXXConstructors(
   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));





More information about the cfe-commits mailing list