From: Ben Gras Date: Thu, 6 Oct 2005 10:20:57 +0000 (+0000) Subject: Corrected correction of clock's X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=1ef8d537ca676fe011ed0d98d92466eca3e201f3;p=minix.git Corrected correction of clock's --- diff --git a/kernel/clock.c b/kernel/clock.c index 91a641022..58f739f29 100755 --- a/kernel/clock.c +++ b/kernel/clock.c @@ -11,7 +11,7 @@ * Sep 30, 2004 source code documentation updated (Jorrit N. Herder) * Sep 24, 2004 redesigned alarm timers (Jorrit N. Herder) * - * The function do_clocktick() is only triggered by the clocks interrupt + * The function do_clocktick() is only triggered by the clock's interrupt * handler when a watchdog timer has expired or a process must be scheduled. * * In addition to the main clock_task() entry point, which starts the main