summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_output.c2
-rw-r--r--sys/netinet/sctputil.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c
index e80573e..48bf4b0 100644
--- a/sys/netinet/sctp_output.c
+++ b/sys/netinet/sctp_output.c
@@ -11693,7 +11693,7 @@ sctp_lower_sosend(struct socket *so,
} else {
/*
* Just got locked to this guy in case of an
- * interupt.
+ * interrupt.
*/
strm->last_msg_incomplete = 1;
asoc->stream_locked = 1;
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index ba3ec2d..76a7902 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -5575,7 +5575,7 @@ get_more_data:
if (TAILQ_NEXT(control, next) == NULL) {
/*
* If we don't have a next we need a
- * lock, if there is a next interupt
+ * lock, if there is a next interrupt
* is filling ahead of us and we
* don't need a lock to remove this
* guy (which is the head of the
OpenPOWER on IntegriCloud