From 4780cb2562c1d916c641eca623cf4e865db2aee7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 19 Nov 2001 19:22:51 +0000 Subject: more than typo --- sys/dev/pci/if_txvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_txvar.h') diff --git a/sys/dev/pci/if_txvar.h b/sys/dev/pci/if_txvar.h index 747cc2a5cad..040569b54f1 100644 --- a/sys/dev/pci/if_txvar.h +++ b/sys/dev/pci/if_txvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txvar.h,v 1.10 2001/06/23 21:54:54 fgsch Exp $ */ +/* $OpenBSD: if_txvar.h,v 1.11 2001/11/19 19:22:43 deraadt Exp $ */ /* $FreeBSD: src/sys/pci/if_txvar.h,v 1.8 2001/02/07 20:11:02 semenu Exp $ */ /*- @@ -223,7 +223,7 @@ struct epic_rx_desc { /* This structure defines EPIC's fragment list, maximum number of frags */ /* is 63. Let use maximum, becouse size of struct MUST be divisor of */ -/* PAGE_SIZE, and sometimes come mbufs with more then 30 frags */ +/* PAGE_SIZE, and sometimes come mbufs with more than 30 frags */ #define EPIC_MAX_FRAGS 63 struct epic_frag_list { volatile u_int32_t numfrags; -- cgit v1.2.3