diff options
| -rw-r--r-- | clang/lib/CodeGen/CGVTables.h | 2 |
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. |

