Fixed a typo.

<rdar://problem/18084105>

llvm-svn: 216189
This commit is contained in:
Sean Callanan 2014-08-21 16:47:01 +00:00
parent 2afc596667
commit 7050e0b194
1 changed files with 1 additions and 1 deletions

View File

@ -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));