Commit 5280275f authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed typo in comment.

parent 524f1035
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment