]> granicus.if.org Git - python/commitdiff
Fixed typo in comment.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Dec 2010 11:13:30 +0000 (11:13 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Dec 2010 11:13:30 +0000 (11:13 +0000)
Lib/test/win_console_handler.py

index 496873c0377b2d80184d5628ba634803c17d3244..e7779b9363503b452116ea70181e7adfe7651b8f 100644 (file)
@@ -40,7 +40,7 @@ if __name__ == "__main__":
         print("Unable to add SetConsoleCtrlHandler")
         exit(-1)
 
-    # Awaken mail process
+    # Awake main process
     m = mmap.mmap(-1, 1, sys.argv[1])
     m[0] = 1