kdb: Fix a typo in a source code comment

- s/th/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2025-10-22 13:57:57 +02:00
parent d6432907f6
commit 0a53e6d8bc

View file

@ -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,