summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index a0e4a6c..c3612e4 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1880,7 +1880,7 @@ within the callback:
else
{
// callback was invoked, but there was some recent
- // activity. simply restart the timer to time out
+ // activity. simply restart the timer to time out
// after "after" seconds, which is the earliest time
// the timeout can occur.
ev_timer_set (w, after, 0.);