git: c71ed5dc63de - stable/14 - sctp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 07:18:09 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c71ed5dc63de35de352e9d223577a5e4a34593f9 commit c71ed5dc63de35de352e9d223577a5e4a34593f9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-02-18 12:01:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-21 07:17:54 +0000 sctp(4): Fix a typo in a source code comment - s/anthing/anything/ (cherry picked from commit 2fb174d18a42d1b2965164186843540ee65881ea) --- sys/netinet/sctp_indata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index c195cce96f39..a30fd95fef30 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -1359,7 +1359,7 @@ out: /* * Dump onto the re-assembly queue, in its proper place. After dumping on the - * queue, see if anthing can be delivered. If so pull it off (or as much as + * queue, see if anything can be delivered. If so pull it off (or as much as * we can. If we run out of space then we must dump what we can and set the * appropriate flag to say we queued what we could. */