From 463cec6714bb295c4619fc3b722bd31baa22e4cf Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 3 Jun 2002 20:01:38 +0000 Subject: spell transceiver correctly --- sys/arch/vax/if/if_qereg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/vax/if') 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 */ -- cgit v1.2.3