git: 6836a2a5d805 - stable/13 - tcp_rack(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:30:50 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6836a2a5d805aeb113d211ef14bf9bb2300ab150 commit 6836a2a5d805aeb113d211ef14bf9bb2300ab150 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 11:02:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:30:19 +0000 tcp_rack(4): Fix a typo in a source code comment - s/postion/position/ (cherry picked from commit 432a398d86972f31bd66d3fad9bdd17acf5e8d7d) --- sys/netinet/tcp_stacks/rack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index db2638d65106..e5fd68fc1788 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -9718,7 +9718,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.