diff options
author | 2007-11-24 12:59:28 +0000 | |
---|---|---|
committer | 2007-11-24 12:59:28 +0000 | |
commit | f7ab9cefff8338fda5e5e8a4834da07366ceb365 (patch) | |
tree | bef1a3cea93df7248d9620e088b2225d218a6604 /sys/netinet/tcp_output.c | |
parent | Try a forced unmount if mount_mfs is killed with SIGKILL. (diff) | |
download | wireguard-openbsd-f7ab9cefff8338fda5e5e8a4834da07366ceb365.tar.xz wireguard-openbsd-f7ab9cefff8338fda5e5e8a4834da07366ceb365.zip |
some spelling fixes from Martynas Venckus
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 8d1414a117a..361e2d39bbe 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_output.c,v 1.80 2007/06/01 00:52:38 henning Exp $ */ +/* $OpenBSD: tcp_output.c,v 1.81 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: tcp_output.c,v 1.16 1997/06/03 16:17:09 kml Exp $ */ /* @@ -1187,7 +1187,7 @@ tcp_setpersist(struct tcpcb *tp) if (TCP_TIMER_ISARMED(tp, TCPT_REXMT)) panic("tcp_output REXMT"); /* - * Start/restart persistance timer. + * Start/restart persistence timer. */ if (t < tp->t_rttmin) t = tp->t_rttmin; |