Skip to content

Commit fc70c64

Browse files
fixup! Update comment
1 parent 923f6c7 commit fc70c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Target/ThreadPlanStepOut.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace lldb_private {
1818
class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
1919
public:
2020
/// Creates a thread plan to step out from frame_idx, skipping parent frames
21-
/// that artificial and hidden frames. Also skips frames without debug info
22-
/// based on step_out_avoids_code_without_debug_info.
21+
/// if they are artificial or hidden frames. Also skips frames without debug
22+
/// info based on step_out_avoids_code_without_debug_info.
2323
ThreadPlanStepOut(Thread &thread, SymbolContext *addr_context,
2424
bool first_insn, bool stop_others, Vote report_stop_vote,
2525
Vote report_run_vote, uint32_t frame_idx,

0 commit comments

Comments
 (0)