Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171629729
D16025.id45004.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D16025.id45004.diff
View Options
Index: sys/dev/cx/cxddk.c
===================================================================
--- sys/dev/cx/cxddk.c
+++ sys/dev/cx/cxddk.c
@@ -215,7 +215,7 @@
}
/*
- * Turn the transmiter on/off.
+ * Turn the transmitter on/off.
*/
void cx_enable_transmit (cx_chan_t *c, int on)
{
Index: sys/dev/drm2/radeon/atombios.h
===================================================================
--- sys/dev/drm2/radeon/atombios.h
+++ sys/dev/drm2/radeon/atombios.h
@@ -1055,7 +1055,7 @@
ATOM_DP_VS_MODE asMode; // DP Voltage swing mode
};
ATOM_DIG_TRANSMITTER_CONFIG_V2 acConfig;
- UCHAR ucAction; // define as ATOM_TRANSMITER_ACTION_XXX
+ UCHAR ucAction; // define as ATOM_TRANSMITTER_ACTION_XXX
UCHAR ucReserved[4];
}DIG_TRANSMITTER_CONTROL_PARAMETERS_V2;
@@ -1094,7 +1094,7 @@
ATOM_DP_VS_MODE asMode; // DP Voltage swing mode
};
ATOM_DIG_TRANSMITTER_CONFIG_V3 acConfig;
- UCHAR ucAction; // define as ATOM_TRANSMITER_ACTION_XXX
+ UCHAR ucAction; // define as ATOM_TRANSMITTER_ACTION_XXX
UCHAR ucLaneNum;
UCHAR ucReserved[3];
}DIG_TRANSMITTER_CONTROL_PARAMETERS_V3;
@@ -1193,7 +1193,7 @@
ATOM_DIG_TRANSMITTER_CONFIG_V4 acConfig;
UCHAR ucConfig;
};
- UCHAR ucAction; // define as ATOM_TRANSMITER_ACTION_XXX
+ UCHAR ucAction; // define as ATOM_TRANSMITTER_ACTION_XXX
UCHAR ucLaneNum;
UCHAR ucReserved[3];
}DIG_TRANSMITTER_CONTROL_PARAMETERS_V4;
@@ -1245,7 +1245,7 @@
{
USHORT usSymClock; // Encoder Clock in 10kHz,(DP mode)= linkclock/10, (TMDS/LVDS/HDMI)= pixel clock, (HDMI deep color), =pixel clock * deep_color_ratio
UCHAR ucPhyId; // 0=UNIPHYA, 1=UNIPHYB, 2=UNIPHYC, 3=UNIPHYD, 4= UNIPHYE 5=UNIPHYF
- UCHAR ucAction; // define as ATOM_TRANSMITER_ACTION_xxx
+ UCHAR ucAction; // define as ATOM_TRANSMITTER_ACTION_xxx
UCHAR ucLaneNum; // indicate lane number 1-8
UCHAR ucConnObjId; // Connector Object Id defined in ObjectId.h
UCHAR ucDigMode; // indicate DIG mode
Index: sys/i386/include/cserial.h
===================================================================
--- sys/i386/include/cserial.h
+++ sys/i386/include/cserial.h
@@ -89,7 +89,7 @@
#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) */
/*
Index: sys/net80211/ieee80211_hwmp.c
===================================================================
--- sys/net80211/ieee80211_hwmp.c
+++ sys/net80211/ieee80211_hwmp.c
@@ -920,7 +920,7 @@
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);
Index: sys/netinet/sctp_indata.c
===================================================================
--- sys/netinet/sctp_indata.c
+++ sys/netinet/sctp_indata.c
@@ -3073,7 +3073,7 @@
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;
@@ -4046,7 +4046,7 @@
tp1->whoTo->net_ack += tp1->send_size;
if (tp1->snd_count < 2) {
/*
- * True non-retransmited
+ * True non-retransmitted
* chunk
*/
tp1->whoTo->net_ack2 +=
@@ -4662,7 +4662,7 @@
if (tp1->snd_count < 2) {
/*
- * True non-retransmited
+ * True non-retransmitted
* chunk
*/
tp1->whoTo->net_ack2 +=
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 13, 7:27 AM (1 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38751083
Default Alt Text
D16025.id45004.diff (3 KB)
Attached To
Mode
D16025: Fix misspellings of transmit, transmitter, and transmitted
Attached
Detach File
Event Timeline
Log In to Comment