Date: Sat, 25 Oct 2025 09:18:35 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8a4e4d10f91e - stable/13 - kdb: Fix a typo in a source code comment Message-ID: <202510250918.59P9IZue037831@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=8a4e4d10f91e4f6b7f0019f1bd9198c73f5428d9 commit 8a4e4d10f91e4f6b7f0019f1bd9198c73f5428d9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-22 11:57:57 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-10-25 09:18:24 +0000 kdb: Fix a typo in a source code comment - s/th/the/ (cherry picked from commit 0a53e6d8bc0b3a6332e228993d040fbf38f652fb) --- sys/kern/subr_kdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c index 14e153ec7da2..6758b69369cc 100644 --- a/sys/kern/subr_kdb.c +++ b/sys/kern/subr_kdb.c @@ -318,7 +318,7 @@ kdb_reboot(void) #define KEY_CRTLP 16 /* ^P */ #define KEY_CRTLR 18 /* ^R */ -/* States of th KDB "alternate break sequence" detecting state machine. */ +/* States of the KDB "alternate break sequence" detecting state machine. */ enum { KDB_ALT_BREAK_SEEN_NONE, KDB_ALT_BREAK_SEEN_CR,home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510250918.59P9IZue037831>
