summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-06-02 18:50:54 +0000
committerHans Wennborg <hans@hanshq.net>2014-06-02 18:50:54 +0000
commitfebdcb0a78627535bbf1ffc80f4700b66fb03c62 (patch)
tree62522db133c130c6e9d3f5b4f23504f5e74b59ed
parent6d8bab82df49b8b4b3b5598fde1c26489a407aa4 (diff)
downloadbcm5719-llvm-febdcb0a78627535bbf1ffc80f4700b66fb03c62.tar.gz
bcm5719-llvm-febdcb0a78627535bbf1ffc80f4700b66fb03c62.zip
Fix comment vs function name mismatch
llvm-svn: 210039
-rw-r--r--clang/lib/CodeGen/CGVTables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVTables.h b/clang/lib/CodeGen/CGVTables.h
index e1554bec820..ba67ed41d3e 100644
--- a/clang/lib/CodeGen/CGVTables.h
+++ b/clang/lib/CodeGen/CGVTables.h
@@ -99,7 +99,7 @@ public:
VTableAddressPointsMapTy& AddressPoints);
- /// GetAddrOfVTable - Get the address of the VTT for the given record decl.
+ /// GetAddrOfVTT - Get the address of the VTT for the given record decl.
llvm::GlobalVariable *GetAddrOfVTT(const CXXRecordDecl *RD);
/// EmitVTTDefinition - Emit the definition of the given vtable.
OpenPOWER on IntegriCloud