summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-06 22:33:50 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-06 22:33:50 +0000
commit1411bb8f7663c158763a98c0de494e56fff1e7ac (patch)
tree957deebaad316fcdba25501abc03395f094cdb1b /clang/lib/CodeGen/CGVTables.cpp
parentae498b321182c8ee7c3fd29b78a3b83a72430c68 (diff)
downloadbcm5719-llvm-1411bb8f7663c158763a98c0de494e56fff1e7ac.tar.gz
bcm5719-llvm-1411bb8f7663c158763a98c0de494e56fff1e7ac.zip
Fix typo in comment; 80 col violation
llvm-svn: 103204
Diffstat (limited to 'clang/lib/CodeGen/CGVTables.cpp')
-rw-r--r--clang/lib/CodeGen/CGVTables.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGVTables.cpp b/clang/lib/CodeGen/CGVTables.cpp
index b18f91b8764..df0f641a50f 100644
--- a/clang/lib/CodeGen/CGVTables.cpp
+++ b/clang/lib/CodeGen/CGVTables.cpp
@@ -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;
OpenPOWER on IntegriCloud