diff options
Diffstat (limited to 'lldb/source/Symbol/LineTable.cpp')
-rw-r--r-- | lldb/source/Symbol/LineTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/LineTable.cpp b/lldb/source/Symbol/LineTable.cpp index 965dd689981..6b4dea773d1 100644 --- a/lldb/source/Symbol/LineTable.cpp +++ b/lldb/source/Symbol/LineTable.cpp @@ -106,7 +106,7 @@ LineTable::AppendLineEntryToSequence if (!entries.empty() && entries.back().file_addr == file_addr) { // GCC don't use the is_prologue_end flag to mark the first instruction after the prologue. - // Instead of it it is issueing a line table entry for the first instruction of the prologue + // Instead of it it is issuing a line table entry for the first instruction of the prologue // and one for the first instruction after the prologue. If the size of the prologue is 0 // instruction then the 2 line entry will have the same file address. Removing it will remove // our ability to properly detect the location of the end of prologe so we set the prologue_end |