Module: sip-router Branch: master Commit: e5d313913b34e05a9e0529a907b87a54ba354d26 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5d31391...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Thu Jun 24 15:50:52 2010 +0200
Correct typo in comment referring to other file.
---
timer.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/timer.h b/timer.h index 7b1b66e..969ce5d 100644 --- a/timer.h +++ b/timer.h @@ -73,7 +73,7 @@ typedef void (timer_function)(unsigned int ticks, void* param); /* deprecated, old, kept for compatibility get_ticks()*TIMER_TICK used to be the time in s for new code, use get_ticks_raw() and one of the macros defined in - time_ticks.h (.e.g TICKS_TO_S(tick) to convert to s or ms )*/ + timer_ticks.h (.e.g TICKS_TO_S(tick) to convert to s or ms )*/ #define TIMER_TICK 1 /* 1 s, kept for compatibility */