From: Thomas Cort Date: Fri, 15 Feb 2013 11:10:56 +0000 (+0100) Subject: kernel: correct typo in clock.c X-Git-Tag: v3.3.0~1150 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=8d5bf083085f9701e5a2766956881af67aa3140e;p=minix.git kernel: correct typo in clock.c Change-Id: Iae7f482268809c5675d023d10104f49e5bd65484 --- 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) {