diff options
Diffstat (limited to 'sys/dev/isa/if_wereg.h')
-rw-r--r-- | sys/dev/isa/if_wereg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_wereg.h b/sys/dev/isa/if_wereg.h index 4b5fbe99f99..e5b64024821 100644 --- a/sys/dev/isa/if_wereg.h +++ b/sys/dev/isa/if_wereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wereg.h,v 1.1 1998/09/22 06:33:19 fgsch Exp $ */ +/* $OpenBSD: if_wereg.h,v 1.2 2002/06/03 20:01:37 deraadt Exp $ */ /* $NetBSD: if_wereg.h,v 1.1 1997/11/03 21:22:50 thorpej Exp $ */ /* @@ -15,9 +15,9 @@ * Compile-time config flags */ /* - * This sets the default for enabling/disablng the tranceiver. + * This sets the default for enabling/disablng the transceiver. */ -#define WE_FLAGS_DISABLE_TRANCEIVER 0x0001 +#define WE_FLAGS_DISABLE_TRANSCEIVER 0x0001 /* * This forces the board to be used in 8/16-bit mode even if it autoconfigs |