Correct comment in unittest test
diff --git a/Lib/unittest/test/test_program.py b/Lib/unittest/test/test_program.py
index deddd8c..ec805cc 100644
--- a/Lib/unittest/test/test_program.py
+++ b/Lib/unittest/test/test_program.py
@@ -336,7 +336,7 @@
 
     def testParseArgsAbsolutePathsThatCannotBeConverted(self):
         program = self.program
-        # will this test work on Windows? (is '/...' considered absolute?)
+        # even on Windows '/...' is considered absolute by os.path.abspath
         argv = ['progname', '/foo/bar/baz.py', '/green/red.py']
         self._patch_isfile(argv)