Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 12:01:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2fb174d18a42 - main - sctp(4): Fix a typo in a source code comment
Message-ID:  <202402181201.41IC1drA085298@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402181201.41IC1drA085298>