summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-11 00:23:59 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-11 00:23:59 +0000
commit4550154d31c0592e3c1eb52193ecaaa3b7e88071 (patch)
treebad25530ad626185e18b429c208a305d7027fa89 /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parent39d7d4f05665be9e230bed1ae25c02655888a0bc (diff)
downloadbcm5719-llvm-4550154d31c0592e3c1eb52193ecaaa3b7e88071.tar.gz
bcm5719-llvm-4550154d31c0592e3c1eb52193ecaaa3b7e88071.zip
Fixed some comments.
llvm-svn: 113673
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreterPython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index ea8a11c2471..ffb2c9b7710 100644
--- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
@@ -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,
OpenPOWER on IntegriCloud