Fix typo, by Mikachu.

This commit is contained in:
Emanuele Giaquinta 2010-01-30 19:27:48 +00:00
parent 67c768aee3
commit 4d6cb94e19
1 changed files with 1 additions and 1 deletions

View File

@ -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;