]> granicus.if.org Git - clang/commitdiff
Clean up comment.
authorEric Christopher <echristo@apple.com>
Wed, 25 Jan 2012 21:47:09 +0000 (21:47 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 25 Jan 2012 21:47:09 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148982 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 65b88f5e5b0004587739fa98b716b9f6e4736e5e..5071e8359308fb9b3a48d297a5f40452704b383e 100644 (file)
@@ -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.