From 7ca48023af7d0492b480dac8c7bd80c6a973ee57 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 4 Oct 2005 08:29:44 +0000 Subject: [PATCH] Al's comment bug. --- kernel/utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0