Change the internal interface to makeNameProper to take a bool that
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
index 6097447a611c90669eac2c0b2d2cc4b6da50f756..0e3b306aab0a44e0f26cfdeb7ecd0522b0010409 100644 (file)
@@ -86,8 +86,8 @@ public:
   /// specified debug variable.
   DIE *&getDieMapSlotFor(GlobalVariable *GV) { return GVToDieMap[GV]; }
 
-  /// getDIEEntrySlotFor - Returns the debug information entry proxy slot for the
-  /// specified debug variable.
+  /// getDIEEntrySlotFor - Returns the debug information entry proxy slot for
+  /// the specified debug variable.
   DIEEntry *&getDIEEntrySlotFor(GlobalVariable *GV) {
     return GVToDIEEntryMap[GV];
   }