tcp_rack(4): Fix a typo in a source code comment

- s/postion/position/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 12:02:25 +01:00
parent 29b36af998
commit 432a398d86

View File

@ -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.