commit | 3e0571b6e8fe4cc0946529525e6a29eb0f1a8f70 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Sat Sep 11 00:23:59 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Sat Sep 11 00:23:59 2010 +0000 |
tree | bcac2b3a9a0bd2a4898381de4c472801db65fc07 | |
parent | b81ed0d482fa374fd90e8bb591d0d9c28180559c [diff] [blame] |
Fixed some comments. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113673 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/ScriptInterpreterPython.cpp b/source/Interpreter/ScriptInterpreterPython.cpp index ea8a11c..ffb2c9b 100644 --- a/source/Interpreter/ScriptInterpreterPython.cpp +++ b/source/Interpreter/ScriptInterpreterPython.cpp
@@ -653,7 +653,7 @@ } } -// 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,