From 2ce823d0d8b2f539d471ff8e67b69a639c32ffe1 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 21 Sep 2016 23:30:36 +0000 Subject: [PATCH] Fix typo in lldb --help Patch by Yacine Belkadi Differential Revision: https://reviews.llvm.org/D12158 llvm-svn: 282123 --- lldb/tools/driver/Driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index db95015..325d441 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp @@ -131,7 +131,7 @@ static OptionDefinition g_options[] = { "Tells the debugger to execute this one-line lldb command before any file " "provided on the command line has been loaded."}, {LLDB_3_TO_5, false, "batch", 'b', no_argument, 0, eArgTypeNone, - "Tells the debugger to running the commands from -s, -S, -o & -O, and " + "Tells the debugger to run the commands from -s, -S, -o & -O, and " "then quit. However if any run command stopped due to a signal or crash, " "the debugger will return to the interactive prompt at the place of the " "crash."}, -- 2.7.4