summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 19:22:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 19:22:51 +0000
commit4780cb2562c1d916c641eca623cf4e865db2aee7 (patch)
tree48e977b26b62016b786a819f4fa961fca22f5956 /sys/dev
parentda30ebdfaaeab32e3bea537f57382e3dccf7d0c5 (diff)
more than typo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_txvar.h4
1 files changed, 2 insertions, 2 deletions
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;