From 595cbd2e050401adf0cab2bab6ce52f902dfbb54 Mon Sep 17 00:00:00 2001
From: Michael Shalayeff <mickey@cvs.openbsd.org>
Date: Fri, 3 May 1996 09:10:29 +0000
Subject: sync w/ 0430

---
 sys/arch/vax/if/if_dereg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'sys/arch/vax/if/if_dereg.h')

diff --git a/sys/arch/vax/if/if_dereg.h b/sys/arch/vax/if/if_dereg.h
index 2f2b48c9796..d18f5fe043d 100644
--- a/sys/arch/vax/if/if_dereg.h
+++ b/sys/arch/vax/if/if_dereg.h
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_dereg.h,v 1.2 1994/10/26 08:01:51 cgd Exp $	*/
+/*	$NetBSD: if_dereg.h,v 1.3 1996/04/08 18:34:55 ragge Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
@@ -177,7 +177,7 @@ struct de_ring {
 #define	XFLG_BITS	"\10\10OWN\7ERRS\6MTCH\5MORE\4ONE\3DEF\2STP\1ENP"
 
 #define	XERR_BUFL	0x8000		/* Buffer length error */
-#define	XERR_UBTO	0x4000		/* UNIBUS tiemout
+#define	XERR_UBTO	0x4000		/* UNIBUS tiemout */
 #define	XERR_LCOL	0x1000		/* Late collision */
 #define	XERR_LCAR	0x0800		/* Loss of carrier */
 #define	XERR_RTRY	0x0400		/* Failed after 16 retries */
-- 
cgit v1.2.3