The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a74be23c6ed766dcb1bfeeea2f18c0d176e487c0
commit a74be23c6ed766dcb1bfeeea2f18c0d176e487c0 Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2023-01-11 11:12:48 +0000 Commit: Gordon Bergling <g...@freebsd.org> CommitDate: 2023-01-11 11:12:48 +0000 tty(4): Fix a typo in a source code comment - s/charaters/characters/ MFC after: 3 days --- sys/sys/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 4ee76b343c3a..f25dc3ca5e8b 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -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. */