diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-19 19:22:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-19 19:22:51 +0000 |
commit | 4780cb2562c1d916c641eca623cf4e865db2aee7 (patch) | |
tree | 48e977b26b62016b786a819f4fa961fca22f5956 /sys | |
parent | da30ebdfaaeab32e3bea537f57382e3dccf7d0c5 (diff) |
more than typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/dev/sbus.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_txvar.h | 4 | ||||
-rw-r--r-- | sys/netiso/tp_usrreq.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/sbus.c b/sys/arch/sparc/dev/sbus.c index 5bb1d283a7a..140776501e2 100644 --- a/sys/arch/sparc/dev/sbus.c +++ b/sys/arch/sparc/dev/sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbus.c,v 1.9 2001/11/06 19:53:16 miod Exp $ */ +/* $OpenBSD: sbus.c,v 1.10 2001/11/19 19:22:43 deraadt Exp $ */ /* $NetBSD: sbus.c,v 1.17 1997/06/01 22:10:39 pk Exp $ */ /* @@ -329,7 +329,7 @@ sbus_testdma(sc, ca) struct romaux *ra = &ca->ca_ra; /* - * XXX how to handle more then one sbus? + * XXX how to handle more than one sbus? */ if (getpropint(0, "slave-only", 0) & (1 << ca->ca_slot)) { 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; diff --git a/sys/netiso/tp_usrreq.c b/sys/netiso/tp_usrreq.c index 8b3e4caf987..30fb2335393 100644 --- a/sys/netiso/tp_usrreq.c +++ b/sys/netiso/tp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tp_usrreq.c,v 1.4 2001/05/16 12:54:07 ho Exp $ */ +/* $OpenBSD: tp_usrreq.c,v 1.5 2001/11/19 19:22:43 deraadt Exp $ */ /* $NetBSD: tp_usrreq.c,v 1.9 1996/03/16 23:14:06 christos Exp $ */ /*- @@ -270,7 +270,7 @@ restart: * tp_usrreq(), PRU_SENDOOB * FUNCTION and ARGUMENTS: * Send what's in the mbuf chain (m) as an XPD TPDU. - * The mbuf may not contain more then 16 bytes of data. + * The mbuf may not contain more than 16 bytes of data. * XPD TSDUs aren't segmented, so they translate into * exactly one XPD TPDU, with EOT bit set. * RETURN VALUE: |