diff options
author | 2001-11-19 19:22:43 +0000 | |
---|---|---|
committer | 2001-11-19 19:22:43 +0000 | |
commit | 1cc1859c53a0a1bd83fe60bf832ef1ffa87ffa49 (patch) | |
tree | ddc1126eec082f057b3642acace2413b3992288a /sys/netiso/tp_usrreq.c | |
parent | more then -> more than (diff) | |
download | wireguard-openbsd-1cc1859c53a0a1bd83fe60bf832ef1ffa87ffa49.tar.xz wireguard-openbsd-1cc1859c53a0a1bd83fe60bf832ef1ffa87ffa49.zip |
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: |