arc: Remove misleading comment in Timer0 driver

Change-Id: I42051af9503272b3b7a4dd7dfaf66ae7eb38c133
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-11-18 10:46:06 -05:00 committed by Anas Nashif
commit c100aa825f

View file

@ -111,8 +111,7 @@ static ALWAYS_INLINE uint32_t limit_get(void)
*
* @brief System clock periodic tick handler
*
* This routine handles the system clock periodic tick interrupt. A TICK_EVENT
* event is pushed onto the microkernel stack.
* This routine handles the system clock periodic tick interrupt.
*
* @return N/A
*/