diff options
Diffstat (limited to 'sys/kern/subr_kdb.c')
| -rw-r--r-- | sys/kern/subr_kdb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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, | 
