diff options
author | Ed Maste <emaste@freebsd.org> | 2013-10-18 13:01:33 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-10-18 13:01:33 +0000 |
commit | 243fbbdcfd92b623d83b508c32f2bf416ce2b9e3 (patch) | |
tree | f990a4b07bdf04b685fa61cf4a21352ee23b009a /llvm/lib/DebugInfo/DWARFDebugLine.cpp | |
parent | 78c5730bec681239347e8ab1fbdd8db7fd516d37 (diff) | |
download | bcm5719-llvm-243fbbdcfd92b623d83b508c32f2bf416ce2b9e3.tar.gz bcm5719-llvm-243fbbdcfd92b623d83b508c32f2bf416ce2b9e3.zip |
Correct log message typo: ended ad -> ended at
(From LLDB r192897)
llvm-svn: 192968
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFDebugLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp index 192381c6f7c..13d09dd298b 100644 --- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugLine.cpp @@ -211,7 +211,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 at 0x%8.8x\n", prologue_offset, end_prologue_offset, *offset_ptr); return false; } |