diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:48 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:08:45 +0100 |
commit | b8fdffc2877992e5c5121bb7e011561581691d14 (patch) | |
tree | df67652cc18d280f43e00c7c0e7205a8b0516ad1 /device/tty.h | |
parent | 0e2ab14cc24de704b00f63d1f47cf93245aa5d32 (diff) | |
download | gnumach-b8fdffc2877992e5c5121bb7e011561581691d14.tar.gz gnumach-b8fdffc2877992e5c5121bb7e011561581691d14.tar.bz2 gnumach-b8fdffc2877992e5c5121bb7e011561581691d14.zip |
device: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
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 a931e337..d7aa2add 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 */ |