diff options
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 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 |
