Skip to content

Commit 005401d

Browse files
authored
[lldb][NFC] Fix help breakpoint set typo. (llvm#152981)
1 parent 5bd39a0 commit 005401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ let Command = "breakpoint set" in {
205205
"identifiers). If not set the target.language setting is used.">;
206206
def breakpoint_set_skip_prologue : Option<"skip-prologue", "K">,
207207
Arg<"Boolean">, Groups<[1,3,4,5,6,7,8,12]>,
208-
Desc<"sKip the prologue if the breakpoint is at the beginning of a "
208+
Desc<"Skip the prologue if the breakpoint is at the beginning of a "
209209
"function. If not set the target.skip-prologue setting is used.">;
210210
def breakpoint_set_breakpoint_name : Option<"breakpoint-name", "N">,
211211
Arg<"BreakpointName">,

0 commit comments

Comments
 (0)