diff options
author | 2007-11-27 16:22:12 +0000 | |
---|---|---|
committer | 2007-11-27 16:22:12 +0000 | |
commit | 80adcad897dac3c62724f9fd7f9e8c7f67979e45 (patch) | |
tree | 3878d30c6295c9b70087ba0a5711a79ce587558e /sys/netinet/tcp_input.c | |
parent | fix format strings (diff) | |
download | wireguard-openbsd-80adcad897dac3c62724f9fd7f9e8c7f67979e45.tar.xz wireguard-openbsd-80adcad897dac3c62724f9fd7f9e8c7f67979e45.zip |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index b6553126239..23f8d91a857 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.208 2007/09/01 18:49:28 henning Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.209 2007/11/27 16:22:13 martynas Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -1586,7 +1586,7 @@ trimthenstep6: /* * If we get an old ACK, there is probably packet * reordering going on. Be conservative and reset - * t_dupacks so that we are less agressive in + * t_dupacks so that we are less aggressive in * doing a fast retransmit. */ if (th->th_ack != tp->snd_una) { |