tty(4): Fix a typo in a source code comment

- s/charaters/characters/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 12:12:48 +01:00
parent 432a398d86
commit a74be23c6e

View File

@ -144,7 +144,7 @@ struct xtty {
size_t xt_size; /* Structure size. */
size_t xt_insize; /* Input queue size. */
size_t xt_incc; /* Canonicalized characters. */
size_t xt_inlc; /* Input line charaters. */
size_t xt_inlc; /* Input line characters. */
size_t xt_inlow; /* Input low watermark. */
size_t xt_outsize; /* Output queue size. */
size_t xt_outcc; /* Output queue usage. */