summaryrefslogtreecommitdiffstats
path: root/lldb/test/command_regex/TestCommandRegex.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-20 22:13:23 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-20 22:13:23 +0000
commitf95a869647769e401c56facf75ca75973a30cad8 (patch)
treecb980103e5023e04af71f39ebc56ec93ec27d910 /lldb/test/command_regex/TestCommandRegex.py
parentb21a1b0a4be3241cf5d2ffe944c906d0179b5854 (diff)
downloadbcm5719-llvm-f95a869647769e401c56facf75ca75973a30cad8.tar.gz
bcm5719-llvm-f95a869647769e401c56facf75ca75973a30cad8.zip
Fix wrong comment.
llvm-svn: 129881
Diffstat (limited to 'lldb/test/command_regex/TestCommandRegex.py')
-rw-r--r--lldb/test/command_regex/TestCommandRegex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/command_regex/TestCommandRegex.py b/lldb/test/command_regex/TestCommandRegex.py
index 716ff95fc26..9eb68901096 100644
--- a/lldb/test/command_regex/TestCommandRegex.py
+++ b/lldb/test/command_regex/TestCommandRegex.py
@@ -23,7 +23,7 @@ class CommandRegexTestCase(TestBase):
if self.TraceOn():
child.logfile_read = sys.stdout
- # Set the breakpoint, followed by the target stop-hook commands.
+ # Substitute 'Help!' with 'help' using the 'commands regex' mechanism.
child.expect(prompt)
child.sendline('commands regex Help!')
child.expect(regex_prompt)
OpenPOWER on IntegriCloud