From ade616cb5746eb10a43e9771749bc6882959f2a3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 8 Oct 2011 11:22:41 +0000 Subject: Whitespace llvm-svn: 141483 --- llvm/lib/DebugInfo/DWARFDebugLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp index c91281cac8a..94efe81539c 100644 --- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugLine.cpp @@ -177,7 +177,7 @@ DWARFDebugLine::parsePrologue(DataExtractor debug_line_data, if (*offset_ptr != end_prologue_offset) { fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should" - " have ended at 0x%8.8x but it ended ad 0x%8.8x\n", + " have ended at 0x%8.8x but it ended ad 0x%8.8x\n", prologue_offset, end_prologue_offset, *offset_ptr); } return end_prologue_offset; -- cgit v1.2.3