mirror of /home/gitosis/repositories/libev.git
Fix typo, by Mikachu.
parent
67c768aee3
commit
4d6cb94e19
|
@ -42,7 +42,7 @@
|
|||
void inline_size
|
||||
pollidx_init (int *base, int count)
|
||||
{
|
||||
/* consider using memset (.., -1, ...), which is pratically guaranteed
|
||||
/* consider using memset (.., -1, ...), which is practically guaranteed
|
||||
* to work on all systems implementing poll */
|
||||
while (count--)
|
||||
*base++ = -1;
|
||||
|
|
Loading…
Reference in New Issue