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/netiso/tp_usrreq.c | |
parent | da30ebdfaaeab32e3bea537f57382e3dccf7d0c5 (diff) |
more than typo
Diffstat (limited to 'sys/netiso/tp_usrreq.c')
-rw-r--r-- | sys/netiso/tp_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |