diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 20:01:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 20:01:38 +0000 |
commit | 463cec6714bb295c4619fc3b722bd31baa22e4cf (patch) | |
tree | 3cfa005cb894f81142b1fab999d77843ce83e80b /sys/dev/ic/dp8390var.h | |
parent | c0c3e2c19ba15a8d0c650139773656d2e85b2122 (diff) |
spell transceiver correctly
Diffstat (limited to 'sys/dev/ic/dp8390var.h')
-rw-r--r-- | sys/dev/ic/dp8390var.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/dp8390var.h b/sys/dev/ic/dp8390var.h index 45672d2f488..8a009ca7e7b 100644 --- a/sys/dev/ic/dp8390var.h +++ b/sys/dev/ic/dp8390var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390var.h,v 1.7 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: dp8390var.h,v 1.8 2002/06/03 20:01:36 deraadt Exp $ */ /* $NetBSD: dp8390var.h,v 1.8 1998/08/12 07:19:09 scottr Exp $ */ /* @@ -106,9 +106,9 @@ struct dp8390_softc { * Compile-time config flags */ /* - * This sets the default for enabling/disablng the tranceiver. + * This sets the default for enabling/disablng the transceiver. */ -#define DP8390_DISABLE_TRANCEIVER 0x0001 +#define DP8390_DISABLE_TRANSCEIVER 0x0001 /* * This forces the board to be used in 8/16-bit mode even if it autoconfigs |