Browse Source

Correct typo in comment referring to other file.

Timo Reimann 15 years ago
parent
commit
e5d313913b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      timer.h

+ 1 - 1
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 */