summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 5bd9b77..6ced71c 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -817,7 +817,7 @@ static int devpoll_flush(devpollObject *self)
if (n < size) {
/*
- ** Data writed to /dev/poll is a binary data structure. It is not
+ ** Data written to /dev/poll is a binary data structure. It is not
** clear what to do if a partial write occurred. For now, raise
** an exception and see if we actually found this problem in
** the wild.