From 414412d3dcbcf1fae0dc217085b63ab08ac41f37 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 25 Mar 2021 14:24:59 -0700 Subject: [PATCH] [lldb/Commands] Fix spelling of target.move-to-nearest-code in helptext --- lldb/source/Commands/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td index c19874f..1cc190e 100644 --- a/lldb/source/Commands/Options.td +++ b/lldb/source/Commands/Options.td @@ -200,7 +200,7 @@ let Command = "breakpoint set" in { def breakpoint_set_move_to_nearest_code : Option<"move-to-nearest-code", "m">, Groups<[1,9,12]>, Arg<"Boolean">, Desc<"Move breakpoints to nearest code. If not set the " - "target.move-to-nearest-codesetting is used.">; + "target.move-to-nearest-code setting is used.">; def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColumn">, Required, Completion<"SourceFile">, Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">; -- 2.7.4