Author: b10902118 Date: 2025-08-11T10:28:57+01:00 New Revision: 005401d9e1c9098ace2df72ae1ec91d997d6e890
URL: https://github.com/llvm/llvm-project/commit/005401d9e1c9098ace2df72ae1ec91d997d6e890 DIFF: https://github.com/llvm/llvm-project/commit/005401d9e1c9098ace2df72ae1ec91d997d6e890.diff LOG: [lldb][NFC] Fix `help breakpoint set` typo. (#152981) Added: Modified: lldb/source/Commands/Options.td Removed: ################################################################################ diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td index acb741081cac3..61acc40585976 100644 --- a/lldb/source/Commands/Options.td +++ b/lldb/source/Commands/Options.td @@ -205,7 +205,7 @@ let Command = "breakpoint set" in { "identifiers). If not set the target.language setting is used.">; def breakpoint_set_skip_prologue : Option<"skip-prologue", "K">, Arg<"Boolean">, Groups<[1,3,4,5,6,7,8,12]>, - Desc<"sKip the prologue if the breakpoint is at the beginning of a " + Desc<"Skip the prologue if the breakpoint is at the beginning of a " "function. If not set the target.skip-prologue setting is used.">; def breakpoint_set_breakpoint_name : Option<"breakpoint-name", "N">, Arg<"BreakpointName">, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits