From 8d5bf083085f9701e5a2766956881af67aa3140e Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Fri, 15 Feb 2013 12:10:56 +0100 Subject: [PATCH] kernel: correct typo in clock.c Change-Id: Iae7f482268809c5675d023d10104f49e5bd65484 --- kernel/clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/clock.c b/kernel/clock.c index edcc3bc19..6ae05665e 100644 --- a/kernel/clock.c +++ b/kernel/clock.c @@ -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) { -- 2.44.0