Skip to content

Commit 281498e

Browse files
[lldb][nfc] Fix comment in UnwindAssemblyInstruction (llvm#167914)
(cherry picked from commit 0b5543a)
1 parent 167c4fd commit 281498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ bool UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly(
144144
"Unwind row for the function entry missing");
145145
--it; // Move it to the row corresponding to the current offset
146146

147-
// If the offset of m_curr_row don't match with the offset we see in
147+
// If the offset of m_state.row doesn't match with the offset we see in
148148
// saved_unwind_states then we have to update current unwind state to
149149
// the saved values. It is happening after we processed an epilogue and a
150150
// return to caller instruction.

0 commit comments

Comments
 (0)