diff options
Diffstat (limited to 'src/select.c')
-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 */ |