From 7cdbb5f638439ee2c829b4353f9776af60589187 Mon Sep 17 00:00:00 2001
From: sf-exg <sf-exg>
Date: Sat, 30 Jan 2010 19:27:48 +0000
Subject: Fix typo, by Mikachu.

---
 ev_poll.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ev_poll.c b/ev_poll.c
index 120031f..583d45b 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 guaranteed
+  /* consider using memset (.., -1, ...), which is practically guaranteed
    * to work on all systems implementing poll */
   while (count--)
     *base++ = -1;
-- 
cgit v1.2.3