git: 0c3ca6ce1fca - stable/13 - 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:45 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=0c3ca6ce1fca963662d09bee0c43b3a026233222
commit 0c3ca6ce1fca963662d09bee0c43b3a026233222
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:18:29 +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.
*/