summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-01-15 00:10:34 +0000
committerroot <root>2010-01-15 00:10:34 +0000
commit8ab06f30b5119d51656fe58720aa9e5d50370369 (patch)
tree0fca093d0991168ea35aa2c76050514d1e096060
parent703fd8b7c3257f569d3d6621ea7f27c3c367a12b (diff)
*** empty log message ***
-rw-r--r--ev_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_poll.c b/ev_poll.c
index 178e458..120031f 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -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;