Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2026 07:27:48 +0000
Message-ID:  <69e5d574.47588.d2479f0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d3670980878f20a4b3b53596d23bf1f7fd4e5a6

commit 4d3670980878f20a4b3b53596d23bf1f7fd4e5a6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-17 14:59:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-20 07:27:29 +0000

    sctp(4): Fix a typo in a source code comment
    
    - s/initited/initiated/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit a154d72775cbf3f0679fb2f989b3d1a035ae41c9)
---
 sys/netinet/sctp_structs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index 53d9bfd4f445..177b54656ae9 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -898,7 +898,7 @@ struct sctp_association {
 	uint32_t str_reset_seq_in;
 
 	/* various verification tag information */
-	uint32_t my_vtag;	/* The tag to be used. if assoc is re-initited
+	uint32_t my_vtag;	/* The tag to be used. if assoc is re-initiated
 				 * by remote end, and I have unlocked this
 				 * will be regenerated to a new random value. */
 	uint32_t peer_vtag;	/* The peers last tag */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e5d574.47588.d2479f0>