typo fix by Joachim Nilsson

This commit is contained in:
Marc Alexander Lehmann 2010-09-10 05:38:38 +00:00
parent f2c2737234
commit 4d45d3bbb5
1 changed files with 1 additions and 1 deletions

2
ev.pod
View File

@ -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)
}