From fb8194045af835830f701115a4247043853cb9e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Apr 2008 16:14:16 +0000 Subject: 2008-04-30 Joel Sherrill * rtems/include/rtems/rtems/timer.h: Fix typo. --- cpukit/rtems/include/rtems/rtems/timer.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/rtems/include/rtems/rtems/timer.h') diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h index e1e0b7c0bc..d474660af9 100644 --- a/cpukit/rtems/include/rtems/rtems/timer.h +++ b/cpukit/rtems/include/rtems/rtems/timer.h @@ -313,10 +313,16 @@ rtems_status_code rtems_timer_get_information( extern Watchdog_Control _Timer_Seconds_timer; /** - * This method is used to temporaril + * This method is used to temporarily disable updates to the + * Ticks Timer Chain managed by the Timer Server. + */ #define _Timer_Server_stop_ticks_timer() \ _Watchdog_Remove( &_Timer_Server->Timer ) +/** + * This method is used to temporarily disable updates to the + * Seconds Timer Chain managed by the Timer Server. + */ #define _Timer_Server_stop_seconds_timer() \ _Watchdog_Remove( &_Timer_Seconds_timer ); -- cgit v1.2.3