aboutsummaryrefslogtreecommitdiff
path: root/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
commitb0e921622100486175448a7554909d7f019d21ea (patch)
tree0d35d960aabe11bdfae745c9f8bb0fc258a488aa /lib/CodeGen/CGVTables.cpp
parentf4aac11a5e49752b7f603e6ff2c6bbc1e044eb24 (diff)
Fix typo in comment; 80 col violation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.cpp')
-rw-r--r--lib/CodeGen/CGVTables.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/CGVTables.cpp b/lib/CodeGen/CGVTables.cpp
index b18f91b876..df0f641a50 100644
--- a/lib/CodeGen/CGVTables.cpp
+++ b/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;