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/arch/mac68k/dev | |
parent | c0c3e2c19ba15a8d0c650139773656d2e85b2122 (diff) |
spell transceiver correctly
Diffstat (limited to 'sys/arch/mac68k/dev')
-rw-r--r-- | sys/arch/mac68k/dev/if_aereg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/if_aereg.h b/sys/arch/mac68k/dev/if_aereg.h index f77079a93bb..6f7aaffe087 100644 --- a/sys/arch/mac68k/dev/if_aereg.h +++ b/sys/arch/mac68k/dev/if_aereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aereg.h,v 1.5 1997/03/08 16:16:53 briggs Exp $ */ +/* $OpenBSD: if_aereg.h,v 1.6 2002/06/03 20:01:36 deraadt Exp $ */ /* $NetBSD: if_aereg.h,v 1.14 1997/02/24 07:34:20 scottr Exp $ */ /* @@ -39,9 +39,9 @@ struct ae_ring { * Compile-time config flags */ /* - * This sets the default for enabling/disablng the tranceiver. + * This sets the default for enabling/disablng the transceiver. */ -#define AE_FLAGS_DISABLE_TRANCEIVER 0x0001 +#define AE_FLAGS_DISABLE_TRANSCEIVER 0x0001 /* * This disables the use of double transmit buffers. |