diff options
| -rw-r--r-- | ev_poll.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -42,7 +42,7 @@  void inline_size  pollidx_init (int *base, int count)  { -  /* consider using memset (.., -1, ...), which is pratically guarenteed +  /* consider using memset (.., -1, ...), which is pratically guaranteed     * to work on all systems implementing poll */    while (count--)      *base++ = -1; | 
