[lldb] Fix typo in breakpoint set -r description
authorRaphael Isemann <teemperor@gmail.com>
Thu, 23 Apr 2020 10:06:27 +0000 (12:06 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 23 Apr 2020 10:06:27 +0000 (12:06 +0200)
lldb/source/Commands/Options.td

index b0cf97e..05c7b32 100644 (file)
@@ -157,7 +157,7 @@ let Command = "breakpoint set" in {
     "multiple times tomake one breakpoint for multiple methods.">;
   def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
     Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
-    "name, evaluating a regular-expression to findthe function name(s).">;
+    "name, evaluating a regular-expression to find the function name(s).">;
   def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
     Arg<"FunctionName">, Required, Completion<"Symbol">,
     Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"