aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-09 17:24:00 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 21:40:15 +0200
commit92e1e70dbae0b36f0b090c270965881b18b9b950 (patch)
treeb5826a93b61b36fb79f96c249f366e4d6cf9acbf
parentc2c042dfd796dae243d84b32e56e01ea5484ad21 (diff)
select: Fix english in comment
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index 6b73377a..b29e5c5e 100644
--- a/src/select.c
+++ b/src/select.c
@@ -157,7 +157,7 @@ restart:
work = 1;
ufd->cb(ufd, flags);
}
- /* ugly, ugly hack. If more than one filedescriptors were
+ /* ugly, ugly hack. If more than one filedescriptor was
* unregistered, they might have been consecutive and
* llist_for_each_entry_safe() is no longer safe */
/* this seems to happen with the last element of the list as well */