kdb: Fix a typo in a source code comment
- s/th/the/ MFC after: 3 days
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user