git: a154d72775cb - main - sctp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Apr 2026 14:59:55 UTC
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 */