git: 432a398d8697 - main - tcp_rack(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 11:02:36 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=432a398d86972f31bd66d3fad9bdd17acf5e8d7d commit 432a398d86972f31bd66d3fad9bdd17acf5e8d7d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 11:02:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-11 11:02:25 +0000 tcp_rack(4): Fix a typo in a source code comment - s/postion/position/ MFC after: 3 days --- 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 dafe8184a8fd..a9eccfac1878 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -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.