summaryrefslogtreecommitdiffstats
path: root/Lib/test/win_console_handler.py
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-09 11:13:30 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-09 11:13:30 (GMT)
commit5280275ffcb50dc7141bb1b2aa6bc8a64fe67488 (patch)
tree9491e659790e4d06da00145c780b9c3a6007d7b6 /Lib/test/win_console_handler.py
parent524f10359b4a3ed8e15bef6a65bbc8bd4bee9cda (diff)
downloadcpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.zip
cpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.tar.gz
cpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.tar.bz2
Fixed typo in comment.
Diffstat (limited to 'Lib/test/win_console_handler.py')
-rw-r--r--Lib/test/win_console_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py
index 496873c..e7779b9 100644
--- a/Lib/test/win_console_handler.py
+++ b/Lib/test/win_console_handler.py
@@ -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