Test Commit: fix a comment to be grammatically correct
authorStella Stamenova <stilis@microsoft.com>
Mon, 7 May 2018 21:19:14 +0000 (21:19 +0000)
committerStella Stamenova <stilis@microsoft.com>
Mon, 7 May 2018 21:19:14 +0000 (21:19 +0000)
llvm-svn: 331679

lldb/packages/Python/lldbsuite/test/dotest.py

index bb10308..bbc0d4a 100644 (file)
@@ -1230,7 +1230,7 @@ def run_suite():
     checkLibcxxSupport()
     checkDebugInfoSupport()
 
-    # Don't do debugserver tests on everything except OS X.
+    # Don't do debugserver tests on anything except OS X.
     configuration.dont_do_debugserver_test = "linux" in target_platform or "freebsd" in target_platform or "windows" in target_platform
 
     # Don't do lldb-server (llgs) tests on anything except Linux.