From aa30a0cf9b646b533c60254bf8113fe5e163afd3 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 3 Jul 2013 01:57:23 +0000 Subject: [PATCH] Fix typo to make grep for DW_AT_comp_dir work without case-insensitive grep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185496 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index e28f70808d5..00f50c5e397 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -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. -- 2.34.1