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

index fe7ee36075426a416950519488a43056fba0994d..cff07830ecfb77d4928c9cd98aaf223831b7b0e2 100755 (executable)
@@ -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 */