diff options
| author | sf-exg <sf-exg> | 2010-07-31 23:00:11 +0000 | 
|---|---|---|
| committer | sf-exg <sf-exg> | 2010-07-31 23:00:11 +0000 | 
| commit | fb20b22d0fd9c13fdd014ddab007ca8966404b72 (patch) | |
| tree | e01e7deb2461fb6501abeee8c0805269770db02a /ev_select.c | |
| parent | 525febc886bb667cc84f59eebdd27c39af9ae73a (diff) | |
Fix typos.
Diffstat (limited to 'ev_select.c')
| -rw-r--r-- | ev_select.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_select.c b/ev_select.c index 818a63e..b11a413 100644 --- a/ev_select.c +++ b/ev_select.c @@ -184,7 +184,7 @@ select_poll (EV_P_ ev_tstamp timeout)        #endif        #ifdef _WIN32 -      /* select on windows errornously returns EINVAL when no fd sets have been +      /* select on windows erroneously returns EINVAL when no fd sets have been         * provided (this is documented). what microsoft doesn't tell you that this bug         * exists even when the fd sets _are_ provided, so we have to check for this bug         * here and emulate by sleeping manually.  | 
