[Lldb-commits] [lldb] r216189 - Fixed a typo.

Sean Callanan scallanan at apple.com
Thu Aug 21 09:47:01 PDT 2014


Author: spyffe
Date: Thu Aug 21 11:47:01 2014
New Revision: 216189

URL: http://llvm.org/viewvc/llvm-project?rev=216189&view=rev
Log:
Fixed a typo.

<rdar://problem/18084105>

Modified:
    lldb/trunk/source/Commands/CommandObjectBreakpointCommand.cpp

Modified: lldb/trunk/source/Commands/CommandObjectBreakpointCommand.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpointCommand.cpp?rev=216189&r1=216188&r2=216189&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpointCommand.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpointCommand.cpp Thu Aug 21 11:47:01 2014
@@ -808,7 +808,7 @@ protected:
 CommandObjectBreakpointCommand::CommandObjectBreakpointCommand (CommandInterpreter &interpreter) :
     CommandObjectMultiword (interpreter,
                             "command",
-                            "A set of commands for adding, removing and examining bits of code to be executed when the breakpoint is hit (breakpoint 'commmands').",
+                            "A set of commands for adding, removing and examining bits of code to be executed when the breakpoint is hit (breakpoint 'commands').",
                             "command <sub-command> [<sub-command-options>] <breakpoint-id>")
 {
     CommandObjectSP add_command_object (new CommandObjectBreakpointCommandAdd (interpreter));





More information about the lldb-commits mailing list