Fixed some comments.

llvm-svn: 113673
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.h b/lldb/source/Commands/CommandObjectBreakpointCommand.h
index 262ef1f..e315515 100644
--- a/lldb/source/Commands/CommandObjectBreakpointCommand.h
+++ b/lldb/source/Commands/CommandObjectBreakpointCommand.h
@@ -74,6 +74,7 @@
                                              BreakpointOptions *bp_options, 
                                              CommandReturnObject &result);
 
+    /// Set a one-liner as the callback for the breakpoint.
     void 
     SetBreakpointCommandCallback (CommandInterpreter &interpreter,
                                   BreakpointOptions *bp_options,