]> Zhao Yanbai Git Server - minix.git/commitdiff
Al's comment bug.
authorBen Gras <ben@minix3.org>
Tue, 4 Oct 2005 08:29:44 +0000 (08:29 +0000)
committerBen Gras <ben@minix3.org>
Tue, 4 Oct 2005 08:29:44 +0000 (08:29 +0000)
kernel/utility.c

index 47fcbb460f821120b40c7c0d6a903db402b6d8be..3342d84815841736feca36319dfce6db0b811a96 100755 (executable)
@@ -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)