Skip to content

Commit b4c2aba

Browse files
committed
[lldb] Fix typo in breakpoint set -r description
(cherry picked from commit e327ea4)
1 parent 49d1724 commit b4c2aba

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)