[Lldb-commits] [lldb] r130016 - /lldb/trunk/test/connect_remote/TestConnectRemote.py
Johnny Chen
johnny.chen at apple.com
Fri Apr 22 14:50:08 PDT 2011
Author: johnny
Date: Fri Apr 22 16:50:08 2011
New Revision: 130016
URL: http://llvm.org/viewvc/llvm-project?rev=130016&view=rev
Log:
Fix comment.
Modified:
lldb/trunk/test/connect_remote/TestConnectRemote.py
Modified: lldb/trunk/test/connect_remote/TestConnectRemote.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/connect_remote/TestConnectRemote.py?rev=130016&r1=130015&r2=130016&view=diff
==============================================================================
--- lldb/trunk/test/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/connect_remote/TestConnectRemote.py Fri Apr 22 16:50:08 2011
@@ -23,7 +23,7 @@
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)
More information about the lldb-commits
mailing list