summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev_poll.c2
1 files changed, 1 insertions, 1 deletions
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;