kernel: correct typo in clock.c

Change-Id: Iae7f482268809c5675d023d10104f49e5bd65484
This commit is contained in:
Thomas Cort 2013-02-15 12:10:56 +01:00 committed by Ben Gras
parent 972156d595
commit 8d5bf08308

View file

@ -58,8 +58,8 @@ static clock_t next_timeout; /* realtime that next timer expires */
static clock_t realtime = 0; /* real time clock */
/*
* The boot processos timer interrupt handler. In addition to non-boot cpus it
* keeps real time and notifies the clock task if need be
* The boot processor's timer interrupt handler. In addition to non-boot cpus
* it keeps real time and notifies the clock task if need be.
*/
int timer_int_handler(void)
{