diff options
| author | sf-exg <sf-exg> | 2010-01-30 19:27:48 +0000 | 
|---|---|---|
| committer | sf-exg <sf-exg> | 2010-01-30 19:27:48 +0000 | 
| commit | 7cdbb5f638439ee2c829b4353f9776af60589187 (patch) | |
| tree | 7e2291a003c098456f1180b15ac3aecc0fbfdf4d | |
| parent | f6999ed7b5338bd70ff7871b78aa5be127c76d96 (diff) | |
Fix typo, by Mikachu.
| -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 guaranteed +  /* consider using memset (.., -1, ...), which is practically guaranteed     * to work on all systems implementing poll */    while (count--)      *base++ = -1; | 
