git: 893f36b7f180 - main - netinet: Correct a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 10:58:25 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=893f36b7f18012f1849c96e12ec4241b3d7bd337 commit 893f36b7f18012f1849c96e12ec4241b3d7bd337 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 10:57:12 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 10:57:12 +0000 netinet: Correct a typo in source code comment - s/occured/occurred/ MFC after: 3 days --- sys/netinet/in_pcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index c6a8448b8791..331474999163 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -168,7 +168,7 @@ struct in_conninfo { * it may be transitioning to 0 (by the hpts). * That's ok since that will just mean an extra call to tcp_output * that most likely will find the call you executed - * (when the mis-match occured) will have put the TCB back + * (when the mis-match occurred) will have put the TCB back * on the hpts and it will return. If your * call did not add the inp back to the hpts then you will either * over-send or the cwnd will block you from sending more.