From 8ab06f30b5119d51656fe58720aa9e5d50370369 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jan 2010 00:10:34 +0000 Subject: *** empty log message *** --- ev_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3