Skip to content

Commit e327ea4

Browse files
committed
[lldb] Fix typo in breakpoint set -r description
1 parent a5e0389 commit e327ea4

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

0 commit comments

Comments
 (0)