Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2026 14:59:55 +0000
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: a154d72775cb - main - sctp(4): Fix a typo in a source code comment
Message-ID:  <69e24aeb.1d09b.414e51fb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

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

commit a154d72775cbf3f0679fb2f989b3d1a035ae41c9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-17 14:59:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-17 14:59:26 +0000

    sctp(4): Fix a typo in a source code comment
    
    - s/initited/initiated/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 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?69e24aeb.1d09b.414e51fb>