netinet: Correct a typo in source code comment

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 12:57:12 +02:00
parent b89592a9ef
commit 893f36b7f1

View File

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