summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-04-07 22:22:06 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-04-07 22:22:06 +0000
commit29089b519d96d0ec98b476d3130df56c7f88ca95 (patch)
tree275c6b84a1d0248daccf323d3d5080b81879d972 /sys/netinet/tcp_output.c
parentc0bd94a75d5c8060af52caefe3162aa752d5f703 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
-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 36f431ac6182..ddf4e4efa166 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
- * $Id: tcp_output.c,v 1.31 1998/07/13 11:53:59 bde Exp $
+ * $Id: tcp_output.c,v 1.32 1999/01/20 17:31:59 fenner Exp $
*/
#include "opt_tcpdebug.h"
@@ -128,7 +128,7 @@ again:
* clear the FIN bit. Usually this would
* happen below when it realizes that we
* aren't sending all the data. However,
- * if we have exactly 1 byte of unset data,
+ * if we have exactly 1 byte of unsent data,
* then it won't clear the FIN bit below,
* and if we are in persist state, we wind
* up sending the packet without recording