Skip to content

Commit

Permalink
Correct log message typo: ended ad -> ended at
Browse files Browse the repository at this point in the history
(From LLDB r192897)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192968 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
emaste committed Oct 18, 2013
1 parent b1c4809 commit e1bc6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DebugInfo/DWARFDebugLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e1bc6dd

Please sign in to comment.