diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:44:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:44:23 +0000 |
commit | 348d0136b87c32ff2cf9c70d9bce12242cfdd4fc (patch) | |
tree | eaca9bc07284e1d78caa0f0637064c65cbcc7b03 /sys/dev | |
parent | 3f5028a3142eade3c8a0f6445e0d3e4fbee012e6 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pckbc/pckbd.c | 4 | ||||
-rw-r--r-- | sys/dev/pckbc/pckbdreg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pckbc/pckbd.c b/sys/dev/pckbc/pckbd.c index 4748758e5ae..8c9ce8258d1 100644 --- a/sys/dev/pckbc/pckbd.c +++ b/sys/dev/pckbc/pckbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pckbd.c,v 1.5 2003/06/02 23:28:03 millert Exp $ */ +/* $OpenBSD: pckbd.c,v 1.6 2003/10/22 09:44:22 jmc Exp $ */ /* $NetBSD: pckbd.c,v 1.24 2000/06/05 22:20:57 sommerfeld Exp $ */ /*- @@ -200,7 +200,7 @@ pckbd_set_xtscancode(kbctag, kbcslot) * is set to table 1; in fact, it would appear that some keyboards just * ignore the command altogether. So by default, we use the AT scan * codes and have the 8042 translate them. Unfortunately, this is - * known to not work on some PS/2 machines. We try desparately to deal + * known to not work on some PS/2 machines. We try desperately to deal * with this by checking the (lack of a) translate bit in the 8042 and * attempting to set the keyboard to XT mode. If this all fails, well, * tough luck. diff --git a/sys/dev/pckbc/pckbdreg.h b/sys/dev/pckbc/pckbdreg.h index 2c97b2d4b5e..6848f48f817 100644 --- a/sys/dev/pckbc/pckbdreg.h +++ b/sys/dev/pckbc/pckbdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pckbdreg.h,v 1.1 2000/11/13 20:12:35 aaron Exp $ */ +/* $OpenBSD: pckbdreg.h,v 1.2 2003/10/22 09:44:22 jmc Exp $ */ /* $NetBSD: pckbdreg.h,v 1.2 1998/04/07 13:43:16 hannken Exp $ */ /* @@ -22,7 +22,7 @@ #define KBR_RESEND 0xFE /* needs resend of command */ #define KBR_ACK 0xFA /* received a valid command */ #define KBR_OVERRUN 0x00 /* flooded */ -#define KBR_FAILURE 0xFD /* diagnosic failure */ +#define KBR_FAILURE 0xFD /* diagnostic failure */ #define KBR_BREAK 0xF0 /* break code prefix - sent on key release */ #define KBR_RSTDONE 0xAA /* reset complete */ #define KBR_ECHO 0xEE /* echo response */ |