]> Zhao Yanbai Git Server - minix.git/commitdiff
Unbreak build by fixing typo.
authorGianluca Guida <gianluca@minix3.org>
Mon, 14 Feb 2011 15:15:12 +0000 (15:15 +0000)
committerGianluca Guida <gianluca@minix3.org>
Mon, 14 Feb 2011 15:15:12 +0000 (15:15 +0000)
Sorry.

common/include/termios.h

index 5354c52308f15b54b0e04dfd4c478714b08a2ede..7395b46e622745334231eac31156bdda5bfe7815 100644 (file)
@@ -75,7 +75,7 @@ struct termios {
 #define VSTOP               10 /* cc_c[VSTOP] = STOP char (^Q) */
 
 #ifdef __NBSD_LIBC
-/* This is defined in <unistd.h> in NetBSD headers.
+/* This is defined in <unistd.h> in NetBSD headers. */
 #else /* !__NBSD_LIBC */
 #define _POSIX_VDISABLE          (cc_t)0xFF    /* You can't even generate this 
                                         * character with 'normal' keyboards.