diff options
| author | root <root> | 2010-09-10 05:38:38 +0000 | 
|---|---|---|
| committer | root <root> | 2010-09-10 05:38:38 +0000 | 
| commit | f09fb506629610fa98bd8f67852f446fda1dd879 (patch) | |
| tree | 0d371c3cf3b123d00ad4ca142170905b118088e6 | |
| parent | 898f280fadbabbb939403fb6c9089d69b3c54489 (diff) | |
typo fix by Joachim Nilsson
| -rw-r--r-- | ev.pod | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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)     }  | 
