]> granicus.if.org Git - clang/commitdiff
Fix typo in comment; 80 col violation
authorDouglas Gregor <dgregor@apple.com>
Thu, 6 May 2010 22:33:50 +0000 (22:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 6 May 2010 22:33:50 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103204 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGVTables.cpp

index b18f91b876498de8d3475b8a605f251a3b5de09a..df0f641a50f2e6f4a45c876a1410056cfdb8febc 100644 (file)
@@ -3143,9 +3143,9 @@ void CodeGenVTables::EmitVTableRelatedData(GlobalDecl GD) {
     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;