diff options
author | 1999-12-02 16:31:17 +0000 | |
---|---|---|
committer | 1999-12-02 16:31:17 +0000 | |
commit | 7fc5c10ca11dd222fc72b166f99a375d7775ab58 (patch) | |
tree | 4e82db5f4d98b412cab501e9397ef910868021e8 /sys/netinet/tcp_output.c | |
parent | in the tradeoff between NFS and more device drivers, NFS loses. people who (diff) | |
download | wireguard-openbsd-7fc5c10ca11dd222fc72b166f99a375d7775ab58.tar.xz wireguard-openbsd-7fc5c10ca11dd222fc72b166f99a375d7775ab58.zip |
typo; gbayley@ausmac.net
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r-- | sys/netinet/tcp_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index b204dfe9b50..23bc4f94b9f 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_output.c,v 1.23 1999/11/15 05:50:59 hugh Exp $ */ +/* $OpenBSD: tcp_output.c,v 1.24 1999/12/02 16:31:17 deraadt Exp $ */ /* $NetBSD: tcp_output.c,v 1.16 1997/06/03 16:17:09 kml Exp $ */ /* @@ -813,7 +813,7 @@ send: } /* XXX gettdb() should really be called at spltdb(). */ - * XXX this is splsoftnet(), currently they are the same. */ + /* XXX this is splsoftnet(), currently they are the same. */ tdb = gettdb(0, &sa, IPPROTO_TCP); if (tdb == NULL) return (EPERM); |