git: 3473db79f4b3 - stable/14 - kdb: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Oct 2025 09:17:58 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3473db79f4b30d3080f99c5fb7c870fbedb973f6
commit 3473db79f4b30d3080f99c5fb7c870fbedb973f6
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:17:46 +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 86f392485a4b..13ab25ce2c06 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -330,7 +330,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,