diff options
author | root <root> | 2010-01-15 00:10:34 +0000 |
---|---|---|
committer | root <root> | 2010-01-15 00:10:34 +0000 |
commit | 8ab06f30b5119d51656fe58720aa9e5d50370369 (patch) | |
tree | 0fca093d0991168ea35aa2c76050514d1e096060 | |
parent | 703fd8b7c3257f569d3d6621ea7f27c3c367a12b (diff) |
*** empty log message ***
-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; |