summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-08 11:22:41 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-08 11:22:41 +0000
commit3a79eac5b8b2fa9e1376a7833723b6bfc1d26570 (patch)
tree85f95c6627565eae66add2812ed1ae22c5868658 /lib/DebugInfo/DWARFDebugLine.cpp
parent2d4b60f3a40d4a1d60d43f5bb94c3c3dd19a6fc5 (diff)
downloadllvm-3a79eac5b8b2fa9e1376a7833723b6bfc1d26570.tar.gz
llvm-3a79eac5b8b2fa9e1376a7833723b6bfc1d26570.tar.bz2
llvm-3a79eac5b8b2fa9e1376a7833723b6bfc1d26570.tar.xz
Whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r--lib/DebugInfo/DWARFDebugLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugLine.cpp b/lib/DebugInfo/DWARFDebugLine.cpp
index c91281cac8..94efe81539 100644
--- a/lib/DebugInfo/DWARFDebugLine.cpp
+++ b/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;