From 7e67da41a3e02d6e7594f41a9ed109bf75f6ec19 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 4 Oct 2005 08:29:25 +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 fe7ee3607..cff07830e 100755 --- a/kernel/utility.c +++ b/kernel/utility.c @@ -127,7 +127,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) { kmess.km_buf[kmess.km_next] = c; /* put normal char in buffer */ -- 2.44.0