[cfe-commits] r103204 - /cfe/trunk/lib/CodeGen/CGVTables.cpp

Douglas Gregor dgregor at apple.com
Thu May 6 15:33:50 PDT 2010


Author: dgregor
Date: Thu May  6 17:33:50 2010
New Revision: 103204

URL: http://llvm.org/viewvc/llvm-project?rev=103204&view=rev
Log:
Fix typo in comment; 80 col violation

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

Modified: cfe/trunk/lib/CodeGen/CGVTables.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGVTables.cpp?rev=103204&r1=103203&r2=103204&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGVTables.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGVTables.cpp Thu May  6 17:33:50 2010
@@ -3143,9 +3143,9 @@
     if (KeyFunction->getCanonicalDecl() != MD->getCanonicalDecl())
       return;
   } else {
-    // If we have no key funcion and this is a explicit instantiation declaration,
-    // we will produce a vtable at the explicit instantiation. We don't need one
-    // here.
+    // If we have no key function and this is a explicit instantiation 
+    // declaration, we will produce a vtable at the explicit instantiation. We 
+    // don't need one here.
     if (RDKind == clang::TSK_ExplicitInstantiationDeclaration)
       return;
 





More information about the cfe-commits mailing list