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.