diff options
Diffstat (limited to 'device/tty.h')
-rw-r--r-- | device/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/tty.h b/device/tty.h index a931e33..d7aa2ad 100644 --- a/device/tty.h +++ b/device/tty.h @@ -184,7 +184,7 @@ extern boolean_t tty_portdeath( #define TS_TRANSLATE 0x00100000 /* translation device enabled */ #define TS_KDB 0x00200000 /* should enter kdb on ALT */ -#define TS_MIN_TO_RCV 0x00400000 /* character recived during +#define TS_MIN_TO_RCV 0x00400000 /* character received during receive timeout interval */ /* flags - old names defined in terms of new ones */ |