aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-03-13 15:37:28 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-03-20 10:13:01 +0000
commit12bd7bc8447f5103e800e6e464089a00ecaec0fb (patch)
tree0b384faf803dc62cd02b1af5718b39db25e294c1 /sys
parent52f66bc3ff72aa266a5dbe86913b0fee68861258 (diff)
downloadsrc-12bd7bc8447f5103e800e6e464089a00ecaec0fb.tar.gz
src-12bd7bc8447f5103e800e6e464089a00ecaec0fb.zip
Fix a few typos in comments
- trough -> through MFC after: 1 week (cherry picked from commit 183502d1625fbcc3600fbe1d196758b946749569)
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/sctp_ss_functions.c2
-rw-r--r--sys/netpfil/ipfw/nat64/nat64_translate.c2
-rw-r--r--sys/sys/soundcard.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/sctp_ss_functions.c b/sys/netinet/sctp_ss_functions.c
index 5f10d3e9bcb7..5557015cd2a9 100644
--- a/sys/netinet/sctp_ss_functions.c
+++ b/sys/netinet/sctp_ss_functions.c
@@ -583,7 +583,7 @@ sctp_ss_prio_set_value(struct sctp_tcb *stcb, struct sctp_association *asoc,
/*
* Fair bandwidth algorithm.
- * Maintains an equal troughput per stream.
+ * Maintains an equal throughput per stream.
*/
static void
sctp_ss_fb_clear(struct sctp_tcb *stcb, struct sctp_association *asoc,
diff --git a/sys/netpfil/ipfw/nat64/nat64_translate.c b/sys/netpfil/ipfw/nat64/nat64_translate.c
index e8fffe03497c..4ed3bfa765f6 100644
--- a/sys/netpfil/ipfw/nat64/nat64_translate.c
+++ b/sys/netpfil/ipfw/nat64/nat64_translate.c
@@ -722,7 +722,7 @@ nat64_icmp6_reflect(struct mbuf *m, uint8_t type, uint8_t code, uint32_t mtu,
/*
* Move pkthdr from original mbuf. We should have initialized some
* fields, because we can reinject this mbuf to netisr and it will
- * go trough input path (it requires at least rcvif should be set).
+ * go through input path (it requires at least rcvif should be set).
* Also do M_ALIGN() to reduce chances of need to allocate new mbuf
* in the chain, when we will do M_PREPEND() or make some type of
* tunneling.
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 41cd8593914a..285f26986434 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -484,7 +484,7 @@ struct sysex_info {
* This structure is also used with ioctl(SNDCTL_PGMR_IFACE) which allows
* a patch manager daemon to read and write device parameters. This
* ioctl available through /dev/sequencer also. Avoid using it since it's
- * extremely hardware dependent. In addition access trough /dev/sequencer
+ * extremely hardware dependent. In addition access through /dev/sequencer
* may confuse the patch manager daemon.
*/