mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tcp_rack(4): Fix a typo in a source code comment
- s/postion/position/ MFC after: 3 days
This commit is contained in:
parent
29b36af998
commit
432a398d86
1 changed files with 1 additions and 1 deletions
|
|
@ -9975,7 +9975,7 @@ rack_adjust_sendmap(struct tcp_rack *rack, struct sockbuf *sb, tcp_seq snd_una)
|
|||
* beginning mbuf must be adjusted to the correct
|
||||
* offset. This must be called with:
|
||||
* 1) The socket buffer locked
|
||||
* 2) snd_una adjusted to its new postion.
|
||||
* 2) snd_una adjusted to its new position.
|
||||
*
|
||||
* Note that (2) implies rack_ack_received has also
|
||||
* been called.
|
||||
|
|
|
|||
Loading…
Reference in a new issue