From 4fc5f85a88d7f60dfac95e3d3edfd752c800c468 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 6 Oct 2005 10:21:24 +0000 Subject: [PATCH] Corrected correction of clock's --- kernel/clock.c | 2 +- kernel/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/kernel/main.c b/kernel/main.c index 65ee37e33..74c33b2ca 100755 --- a/kernel/main.c +++ b/kernel/main.c @@ -169,7 +169,7 @@ PUBLIC void main() PRIVATE void announce(void) { /* Display the MINIX startup banner. */ - kprintf("MINIX %s.%s. " + kprintf("\nMINIX %s.%s. " "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n", OS_RELEASE, OS_VERSION); #if (CHIP == INTEL)