Module: sip-router
Branch: kamailio_3.0
Commit: 927351a2c4bd222db8a58b877a5fb018fdce2d00
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=927351a…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)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 a14c342..b2b86bd 100644
--- a/timer.h
+++ b/timer.h
@@ -61,7 +61,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 */