From: Gianluca Guida Date: Mon, 14 Feb 2011 15:15:12 +0000 (+0000) Subject: Unbreak build by fixing typo. X-Git-Tag: v3.2.0~673 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=43d1edf88c2265f7864c198a15851097ce99d42e;p=minix.git Unbreak build by fixing typo. Sorry. --- diff --git a/common/include/termios.h b/common/include/termios.h index 5354c5230..7395b46e6 100644 --- a/common/include/termios.h +++ b/common/include/termios.h @@ -75,7 +75,7 @@ struct termios { #define VSTOP 10 /* cc_c[VSTOP] = STOP char (^Q) */ #ifdef __NBSD_LIBC -/* This is defined in in NetBSD headers. +/* This is defined in in NetBSD headers. */ #else /* !__NBSD_LIBC */ #define _POSIX_VDISABLE (cc_t)0xFF /* You can't even generate this * character with 'normal' keyboards.