Fix comment.
authorEric Christopher <echristo@gmail.com>
Tue, 2 Jul 2013 21:36:07 +0000 (21:36 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 2 Jul 2013 21:36:07 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185480 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 40bfaaabe2578b7b6fd86e510bda8889433e7fb3..7e6336efeca5c2f16302b51e524548bd0e777905 100644 (file)
@@ -2387,7 +2387,7 @@ void DwarfDebug::emitDebugStr() {
   Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection());
 }
 
-// Emit visible names into a debug loc section.
+// Emit locations into the debug loc section.
 void DwarfDebug::emitDebugLoc() {
   if (DotDebugLocEntries.empty())
     return;