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 | e1bc6ddc0bf671826a9b7230e321a42af75734f2 (patch) | |
| tree | dd3681057a4f74602db97068d90df73c9c030431 /lib/DebugInfo | |
| parent | b1c480900bdc6486624a476b6ae25cb02a3b6276 (diff) | |
| download | external_llvm-e1bc6ddc0bf671826a9b7230e321a42af75734f2.zip external_llvm-e1bc6ddc0bf671826a9b7230e321a42af75734f2.tar.gz external_llvm-e1bc6ddc0bf671826a9b7230e321a42af75734f2.tar.bz2 | |
Correct log message typo: ended ad -> ended at
(From LLDB r192897)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
| -rw-r--r-- | lib/DebugInfo/DWARFDebugLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugLine.cpp b/lib/DebugInfo/DWARFDebugLine.cpp index 192381c..13d09dd 100644 --- a/lib/DebugInfo/DWARFDebugLine.cpp +++ b/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; } |
