diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 18:05:43 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 18:05:43 +0000 |
commit | a4641f4eaad242fd40c50e4dd14522aff3494f9a (patch) | |
tree | 3bd5a1b080e3f0e8e4c5ca5a06e77b298320c545 /sys/netinet/tcp_timer.c | |
parent | 31ae3b070d2c79b25061f7847c4bf887e4c55fa4 (diff) |
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r-- | sys/netinet/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 5d6865c6bf4d..5925f42449d0 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -522,7 +522,7 @@ tcp_timer_persist(void *xtp) KASSERT((tp->t_timers->tt_flags & TT_PERSIST) != 0, ("%s: tp %p persist callout should be running", __func__, tp)); /* - * Persistance timer into zero window. + * Persistence timer into zero window. * Force a byte to be output, if possible. */ TCPSTAT_INC(tcps_persisttimeo); |