git: 2e060234b8e4 - stable/12 - 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:36:17 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2e060234b8e49f4ede53420a969dd890ed5d9a39 commit 2e060234b8e49f4ede53420a969dd890ed5d9a39 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:32:26 +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 f4dc079a6adf..7362138abdb7 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -141,7 +141,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. */