git: 0426d1a49dc1 - stable/13 - tty(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:30:47 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0426d1a49dc19da218769f8da85719202938634f commit 0426d1a49dc19da218769f8da85719202938634f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 11:12:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:29:46 +0000 tty(4): Fix a typo in a source code comment - s/charaters/characters/ (cherry picked from commit a74be23c6ed766dcb1bfeeea2f18c0d176e487c0) --- 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. */