diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-04-09 17:24:00 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-05-15 21:40:15 +0200 |
commit | 92e1e70dbae0b36f0b090c270965881b18b9b950 (patch) | |
tree | b5826a93b61b36fb79f96c249f366e4d6cf9acbf /src | |
parent | c2c042dfd796dae243d84b32e56e01ea5484ad21 (diff) |
select: Fix english in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/select.c | 2 |
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 */ |