From: Ben Gras Date: Tue, 4 Oct 2005 08:29:44 +0000 (+0000) Subject: Al's comment bug. X-Git-Tag: v3.1.2a~671 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/openlogo-25.jpg?a=commitdiff_plain;h=7ca48023af7d0492b480dac8c7bd80c6a973ee57;p=minix.git Al's comment bug. --- diff --git a/kernel/utility.c b/kernel/utility.c index 47fcbb460..3342d8481 100755 --- a/kernel/utility.c +++ b/kernel/utility.c @@ -128,7 +128,7 @@ PRIVATE void kputc(c) int c; /* character to append */ { /* Accumulate a single character for a kernel message. Send a notification - * the to output driver if an END_OF_KMESS is encountered. + * to the output driver if an END_OF_KMESS is encountered. */ if (c != END_OF_KMESS) { if (do_serial_debug)