Fixed some comments.

llvm-svn: 113673
This commit is contained in:
Johnny Chen
2010-09-11 00:23:59 +00:00
parent 39d7d4f056
commit 4550154d31
5 changed files with 5 additions and 4 deletions

View File

@@ -653,7 +653,7 @@ ScriptInterpreterPython::CollectDataForBreakpointCommandCallback (CommandInterpr
}
}
// Set a Python one-liner as the callback for the breakpoint command.
// Set a Python one-liner as the callback for the breakpoint.
void
ScriptInterpreterPython::SetBreakpointCommandCallback (CommandInterpreter &interpreter,
BreakpointOptions *bp_options,