Fix comment.
llvm-svn: 130016
diff --git a/lldb/test/connect_remote/TestConnectRemote.py b/lldb/test/connect_remote/TestConnectRemote.py
index 72ed646..7bb39a1 100644
--- a/lldb/test/connect_remote/TestConnectRemote.py
+++ b/lldb/test/connect_remote/TestConnectRemote.py
@@ -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)