Fix misspellings of transmitter/transmitted

Reviewed by:	emaste, bcr
Sponsored by:	Smule, Inc.
Differential Revision:	https://reviews.freebsd.org/D16025
This commit is contained in:
Devin Teske 2018-08-10 20:37:32 +00:00
parent 33c39ab688
commit ab9ed8a1bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337589
4 changed files with 6 additions and 6 deletions

View File

@ -215,7 +215,7 @@ void cx_enable_receive (cx_chan_t *c, int on)
}
/*
* Turn the transmiter on/off.
* Turn the transmitter on/off.
*/
void cx_enable_transmit (cx_chan_t *c, int on)
{

View File

@ -89,7 +89,7 @@ struct e3_statistics {
#define ER_SCC_FRAMING 7 /* subchannel framing error */
#define ER_SCC_OVERFLOW 8 /* subchannel receive buffer overflow */
#define ER_SCC_OVERRUN 9 /* subchannel receiver overrun */
#define ER_SCC_UNDERRUN 10 /* subchannel transmiter underrun */
#define ER_SCC_UNDERRUN 10 /* subchannel transmitter underrun */
#define ER_BUS 11 /* system bus is too busy (e.g PCI) */
/*

View File

@ -920,7 +920,7 @@ hwmp_update_transmitter(struct ieee80211vap *vap, struct ieee80211_node *ni,
rttran->rt_metric > metric)
{
IEEE80211_NOTE(vap, IEEE80211_MSG_HWMP, ni,
"%s path to transmiter %6D of %s, metric %d:%d",
"%s path to transmitter %6D of %s, metric %d:%d",
rttran->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ?
"prefer" : "update", ni->ni_macaddr, ":", hwmp_frame,
rttran->rt_metric, metric);

View File

@ -3078,7 +3078,7 @@ sctp_process_segment_range(struct sctp_tcb *stcb, struct sctp_tmit_chunk **p_tp1
tp1->whoTo->net_ack += tp1->send_size;
if (tp1->snd_count < 2) {
/*-
* True non-retransmited chunk
* True non-retransmitted chunk
*/
tp1->whoTo->net_ack2 += tp1->send_size;
@ -4056,7 +4056,7 @@ sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
tp1->whoTo->net_ack += tp1->send_size;
if (tp1->snd_count < 2) {
/*
* True non-retransmited
* True non-retransmitted
* chunk
*/
tp1->whoTo->net_ack2 +=
@ -4676,7 +4676,7 @@ sctp_handle_sack(struct mbuf *m, int offset_seg, int offset_dup,
if (tp1->snd_count < 2) {
/*
* True non-retransmited
* True non-retransmitted
* chunk
*/
tp1->whoTo->net_ack2 +=