diff options
author | julian <julian@FreeBSD.org> | 1999-04-07 22:22:06 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1999-04-07 22:22:06 +0000 |
commit | 9e60b40925fe4dbc882d66c232811d1366a442c1 (patch) | |
tree | b5e09ad5d604fc8dbe3b20b292c4cb905ecc8d2f /sys/netinet/tcp_output.c | |
parent | 4d675dd8bfaf2390f5816b9ce29efd07d15db1a4 (diff) | |
download | FreeBSD-src-9e60b40925fe4dbc882d66c232811d1366a442c1.zip FreeBSD-src-9e60b40925fe4dbc882d66c232811d1366a442c1.tar.gz |
Two cosmetic changes, one a typo and the other, a clarification.
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 36f431a..ddf4e4e 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 |