mirror of
https://github.com/python/cpython.git
synced 2025-09-20 15:40:32 +00:00
Fixed typo in comment.
This commit is contained in:
parent
524f10359b
commit
5280275ffc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if __name__ == "__main__":
|
||||||
print("Unable to add SetConsoleCtrlHandler")
|
print("Unable to add SetConsoleCtrlHandler")
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
|
||||||
# Awaken mail process
|
# Awake main process
|
||||||
m = mmap.mmap(-1, 1, sys.argv[1])
|
m = mmap.mmap(-1, 1, sys.argv[1])
|
||||||
m[0] = 1
|
m[0] = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue