git: 26b162dd8298 - stable/14 - sctp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Apr 2026 07:28:05 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=26b162dd829885701e75b7196ef380d998faeef0
commit 26b162dd829885701e75b7196ef380d998faeef0
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:55 +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 */