Skip to content

Commit 8d1514b

Browse files
author
git apple-llvm automerger
committed
Merge commit '80bda8cb6d83' from apple/stable/20200108 into swift/release/5.3
2 parents 46ae796 + 80bda8c commit 8d1514b

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)