mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
kdb: Fix a typo in a source code comment
- s/th/the/ MFC after: 3 days
This commit is contained in:
parent
d6432907f6
commit
0a53e6d8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue