git: 2fb174d18a42 - main - sctp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Feb 2024 12:01:39 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=2fb174d18a42d1b2965164186843540ee65881ea commit 2fb174d18a42d1b2965164186843540ee65881ea Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-02-18 12:01:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-18 12:01:04 +0000 sctp(4): Fix a typo in a source code comment - s/anthing/anything/ MFC after: 3 days --- 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. */