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/vax/if | |
parent | c0c3e2c19ba15a8d0c650139773656d2e85b2122 (diff) |
spell transceiver correctly
Diffstat (limited to 'sys/arch/vax/if')
-rw-r--r-- | sys/arch/vax/if/if_qereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/if/if_qereg.h b/sys/arch/vax/if/if_qereg.h index 71e7429fdbb..d341d0ce157 100644 --- a/sys/arch/vax/if/if_qereg.h +++ b/sys/arch/vax/if/if_qereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_qereg.h,v 1.4 2000/04/27 03:14:43 bjc Exp $ */ +/* $OpenBSD: if_qereg.h,v 1.5 2002/06/03 20:01:36 deraadt Exp $ */ /* $NetBSD: if_qereg.h,v 1.5 1999/06/20 00:04:47 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -114,7 +114,7 @@ struct qedevice { #define QE_ILOOP 0x0100 /* Internal loopback */ #define QE_ELOOP 0x0200 /* External loopback */ #define QE_STIM_ENABLE 0x0400 /* Sanity timer enable */ -#define QE_POWERUP 0x1000 /* Tranceiver power on */ +#define QE_POWERUP 0x1000 /* Transceiver power on */ #define QE_CARRIER 0x2000 /* Carrier detect */ #define QE_RCV_INT 0x8000 /* Receiver interrupt */ |