Skip to content

Commit 80bda8c

Browse files
authored
Merge pull request #1150 from Teemperor/cherry-e327ea4a82874f535b6ea93e39ea58643aef88bd
[lldb] Fix typo in breakpoint set -r description
2 parents 0c5ba9d + b4c2aba commit 80bda8c

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
@@ -152,7 +152,7 @@ let Command = "breakpoint set" in {
152152
"multiple times tomake one breakpoint for multiple methods.">;
153153
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
154154
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
155-
"name, evaluating a regular-expression to findthe function name(s).">;
155+
"name, evaluating a regular-expression to find the function name(s).">;
156156
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
157157
Arg<"FunctionName">, Required, Completion<"Symbol">,
158158
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"

0 commit comments

Comments
 (0)