Fix typo in comment; 80 col violation

llvm-svn: 103204
This commit is contained in:
Douglas Gregor 2010-05-06 22:33:50 +00:00
parent ae498b3211
commit 1411bb8f76
1 changed files with 3 additions and 3 deletions

View 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;