]> Zhao Yanbai Git Server - minix.git/commitdiff
kernel: correct typo in clock.c 32/332/1
authorThomas Cort <linuxgeek@gmail.com>
Fri, 15 Feb 2013 11:10:56 +0000 (12:10 +0100)
committerBen Gras <ben@minix3.org>
Fri, 15 Feb 2013 11:10:56 +0000 (12:10 +0100)
Change-Id: Iae7f482268809c5675d023d10104f49e5bd65484

kernel/clock.c

index edcc3bc1915049bbd69177bf4333a09ace6a9774..6ae05665ee8dc646d16813d0148cfed40472b5dc 100644 (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)
 {