From: Eric Christopher Date: Wed, 25 Jan 2012 21:47:09 +0000 (+0000) Subject: Clean up comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51cb75a62511905ffa6dc9712493c50a8f3ebcd2;p=clang Clean up comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148982 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 65b88f5e5b..5071e83593 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1054,7 +1054,7 @@ llvm::DIType CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile Unit) { /// getVTableName - Get vtable name for the given Class. StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { - // Otherwise construct gdb compatible name name. + // Construct gdb compatible name name. std::string Name = "_vptr$" + RD->getNameAsString(); // Copy this name on the side and use its reference.