From 4d45d3bbb52cdd23fe212d16ee906e2dae10b664 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Fri, 10 Sep 2010 05:38:38 +0000 Subject: [PATCH] typo fix by Joachim Nilsson --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.pod b/ev.pod index 240c246..5f65061 100644 --- a/ev.pod +++ b/ev.pod @@ -2125,7 +2125,7 @@ system time is divisible by 3600. The callback invocation times have potentially a lot of jitter, but good long-term stability. static void - clock_cb (struct ev_loop *loop, ev_io *w, int revents) + clock_cb (struct ev_loop *loop, ev_periodic *w, int revents) { ... its now a full hour (UTC, or TAI or whatever your clock follows) }