Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2023 11:13:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a74be23c6ed7 - main - tty(4): Fix a typo in a source code comment
Message-ID:  <202301111113.30BBD7tv025677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a74be23c6ed766dcb1bfeeea2f18c0d176e487c0

commit a74be23c6ed766dcb1bfeeea2f18c0d176e487c0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 11:12:48 +0000
Commit:     Gordon Bergling <gbe@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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301111113.30BBD7tv025677>