Skip to content

Commit 414412d

Browse files
committed
[lldb/Commands] Fix spelling of target.move-to-nearest-code in helptext
1 parent 8e0bb21 commit 414412d

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
@@ -200,7 +200,7 @@ let Command = "breakpoint set" in {
200200
def breakpoint_set_move_to_nearest_code : Option<"move-to-nearest-code", "m">,
201201
Groups<[1,9,12]>, Arg<"Boolean">,
202202
Desc<"Move breakpoints to nearest code. If not set the "
203-
"target.move-to-nearest-codesetting is used.">;
203+
"target.move-to-nearest-code setting is used.">;
204204
def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColumn">,
205205
Required, Completion<"SourceFile">,
206206
Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;

0 commit comments

Comments
 (0)