mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
tcp_hpts: Fix a typo of a function name in a comment
- s/tcp_ouput/tcp_output/ MFC after: 3 days
This commit is contained in:
parent
a2fcd3af5c
commit
ef0ac0a1ad
@ -47,7 +47,7 @@
|
||||
*
|
||||
* tcp_hpts_insert(tp, HPTS_USEC_TO_SLOTS(550));
|
||||
*
|
||||
* The above would schedule tcp_ouput() to be called in 550 useconds.
|
||||
* The above would schedule tcp_output() to be called in 550 useconds.
|
||||
* Note that if using this mechanism the stack will want to add near
|
||||
* its top a check to prevent unwanted calls (from user land or the
|
||||
* arrival of incoming ack's). So it would add something like:
|
||||
|
Loading…
Reference in New Issue
Block a user