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/pckbc/pckbdreg.h | |
parent | 3f5028a3142eade3c8a0f6445e0d3e4fbee012e6 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/pckbc/pckbdreg.h')
-rw-r--r-- | sys/dev/pckbc/pckbdreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |