summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-02 16:31:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-02 16:31:18 +0000
commit38eb17a941ddee943965eb520783aefdfb667c49 (patch)
tree2b6c8cfbaa7945bd326855446cfdfd23009edd31 /sys/netinet
parent745844fc1795dbd51202e4078a032367c4dedf63 (diff)
typo; gbayley@ausmac.net
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_output.c4
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);