[llvm] r185496 - Fix typo to make grep for DW_AT_comp_dir work without case-insensitive

Eric Christopher echristo at gmail.com
Tue Jul 2 18:57:23 PDT 2013


Author: echristo
Date: Tue Jul  2 20:57:23 2013
New Revision: 185496

URL: http://llvm.org/viewvc/llvm-project?rev=185496&view=rev
Log:
Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
grep.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=185496&r1=185495&r2=185496&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Tue Jul  2 20:57:23 2013
@@ -387,7 +387,7 @@ class DwarfDebug {
   MCSymbol *DwarfAbbrevDWOSectionSym, *DwarfStrDWOSectionSym;
 
   // As an optimization, there is no need to emit an entry in the directory
-  // table for the same directory as DW_at_comp_dir.
+  // table for the same directory as DW_AT_comp_dir.
   StringRef CompilationDir;
 
   // Counter for assigning globally unique IDs for CUs.





More information about the llvm-commits mailing list