aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-05-08 20:39:35 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-05-08 20:39:35 +0000
commit45d41de5e6ef0195c783877eb778d20f551cca59 (patch)
tree5c72773d7525a086ea8b9efb09e56da8ff3c56b9 /sys/netinet
parent83caf7e590e705f082be37bf37f7b14225108319 (diff)
downloadsrc-45d41de5e6ef0195c783877eb778d20f551cca59.tar.gz
src-45d41de5e6ef0195c783877eb778d20f551cca59.zip
Fix two typos reported by N. J. Mann, which were introduced in
Notes
Notes: svn path=/head/; revision=333386
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctputil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index 8d242fc2e823..55a2eca9faf4 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -2662,7 +2662,7 @@ sctp_notify_assoc_change(uint16_t state, struct sctp_tcb *stcb,
abort_len = ntohs(abort->ch.chunk_length);
/*
* Only SCTP_CHUNK_BUFFER_SIZE are guaranteed to be
- * contiguos.
+ * contiguous.
*/
if (abort_len > SCTP_CHUNK_BUFFER_SIZE) {
abort_len = SCTP_CHUNK_BUFFER_SIZE;
@@ -3574,7 +3574,7 @@ sctp_notify_remote_error(struct sctp_tcb *stcb, uint16_t error, struct sctp_erro
chunk_len = ntohs(chunk->ch.chunk_length);
/*
* Only SCTP_CHUNK_BUFFER_SIZE are guaranteed to be
- * contiguos.
+ * contiguous.
*/
if (chunk_len > SCTP_CHUNK_BUFFER_SIZE) {
chunk_len = SCTP_CHUNK_BUFFER_SIZE;