diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 12:04:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 12:04:09 +0000 |
commit | 340ac6a2575eee26bbcd6dec2cfa9bd93723e595 (patch) | |
tree | 02ec3364f6fd78379eef78fad6ee287421119618 /sys/dev/ic | |
parent | ec69e170c20db0ed4e7597414722d275634dac85 (diff) |
compatiblity -> compatibility
decriptor -> descriptor
authentciated -> authenticated
transmition -> transmission
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/bha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index 276764893d2..e621dee35ae 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha.c,v 1.3 2002/03/14 03:16:04 millert Exp $ */ +/* $OpenBSD: bha.c,v 1.4 2002/06/03 12:04:08 deraadt Exp $ */ /* $NetBSD: bha.c,v 1.27 1998/11/19 21:53:00 thorpej Exp $ */ #undef BHADEBUG @@ -1038,7 +1038,7 @@ bha_find(iot, ioh, sc) /* - * Disable the ISA-compatiblity ioports on PCI bha devices, + * Disable the ISA-compatibility ioports on PCI bha devices, * to ensure they're not autoconfigured a second time as an ISA bha. */ int |