diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-10 11:45:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-10 11:45:44 +0000 |
commit | 26b49252bc211525260917c42643d9248d585eab (patch) | |
tree | 882179908bb5cc85649eea2e37ee159d69c6cf25 /sys/arch/vax/stand/boot/if_de.c | |
parent | ffed13d3fcd68b927e18f8d6b8c9f3103ef56138 (diff) |
{en,re}trys -> {en,re}tries; eyeballed by jmc@
Diffstat (limited to 'sys/arch/vax/stand/boot/if_de.c')
-rw-r--r-- | sys/arch/vax/stand/boot/if_de.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/stand/boot/if_de.c b/sys/arch/vax/stand/boot/if_de.c index b48d816c75f..c4c61acfbc1 100644 --- a/sys/arch/vax/stand/boot/if_de.c +++ b/sys/arch/vax/stand/boot/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.1 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: if_de.c,v 1.2 2005/12/10 11:45:43 miod Exp $ */ /* $NetBSD: if_de.c,v 1.2 2002/05/24 21:41:40 ragge Exp $ */ /* @@ -69,8 +69,8 @@ struct netif_driver de_driver = { struct de_cdata { /* the following structures are always mapped in */ struct de_pcbb dc_pcbb; /* port control block */ - struct de_ring dc_xrent[NXMT]; /* transmit ring entrys */ - struct de_ring dc_rrent[NRCV]; /* receive ring entrys */ + struct de_ring dc_xrent[NXMT]; /* transmit ring entries */ + struct de_ring dc_rrent[NRCV]; /* receive ring entries */ struct de_udbbuf dc_udbbuf; /* UNIBUS data buffer */ char dc_rbuf[NRCV][ETHER_MAX_LEN]; char dc_xbuf[NXMT][ETHER_MAX_LEN]; |