diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-22 21:50:08 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-22 21:50:08 +0000 |
commit | 35c3ae9639d1ccf58bec29a681e1ee63c0e8516a (patch) | |
tree | f14695f417e4a6239411951109dae709ef6dcbbd | |
parent | ea76c4f229bdcbb955465bdc3f8a081c8dbd7ee8 (diff) | |
download | bcm5719-llvm-35c3ae9639d1ccf58bec29a681e1ee63c0e8516a.tar.gz bcm5719-llvm-35c3ae9639d1ccf58bec29a681e1ee63c0e8516a.zip |
Fix comment.
llvm-svn: 130016
-rw-r--r-- | lldb/test/connect_remote/TestConnectRemote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/connect_remote/TestConnectRemote.py b/lldb/test/connect_remote/TestConnectRemote.py index 72ed6466d18..7bb39a1c6b7 100644 --- a/lldb/test/connect_remote/TestConnectRemote.py +++ b/lldb/test/connect_remote/TestConnectRemote.py @@ -23,7 +23,7 @@ class ConnectRemoteTestCase(TestBase): if self.TraceOn(): fakeserver.logfile = sys.stdout - # Schedule the fake debugserver to be shut down during teardown. + # Schedule the fake debugserver to be shutting down during teardown. def shutdown_fakeserver(): fakeserver.close() self.addTearDownHook(shutdown_fakeserver) |