Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index e28f70808d5e05f9b1fcfbdabc8c90c39147a8b5..00f50c5e397ea7de5d4f16d496350a8dfec2fa09 100644 (file)
@@ -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.