aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-04-17 14:59:26 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-04-17 14:59:26 +0000
commita154d72775cbf3f0679fb2f989b3d1a035ae41c9 (patch)
treea31aab935f623b9c6b57c258b55078af0f66e522 /sys/netinet
parentab1d659e78e454995b7c2b4566e035269b215e48 (diff)
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_structs.h2
1 files changed, 1 insertions, 1 deletions
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 */