summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/net')
-rw-r--r--nuttx/drivers/net/e1000.c2
-rw-r--r--nuttx/drivers/net/enc28j60.c4
-rw-r--r--nuttx/drivers/net/vnet.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/drivers/net/e1000.c b/nuttx/drivers/net/e1000.c
index e894a1dd2..3ae5aa0ba 100644
--- a/nuttx/drivers/net/e1000.c
+++ b/nuttx/drivers/net/e1000.c
@@ -703,7 +703,7 @@ static int e1000_ifdown(struct uip_driver_s *dev)
wd_cancel(e1000->txpoll);
wd_cancel(e1000->txtimeout);
- /* Put the the EMAC is its reset, non-operational state. This should be
+ /* Put the EMAC is its reset, non-operational state. This should be
* a known configuration that will guarantee the skel_ifup() always
* successfully brings the interface back up.
*/
diff --git a/nuttx/drivers/net/enc28j60.c b/nuttx/drivers/net/enc28j60.c
index 6d5802f66..d931b876b 100644
--- a/nuttx/drivers/net/enc28j60.c
+++ b/nuttx/drivers/net/enc28j60.c
@@ -448,7 +448,7 @@ static inline void enc_unlock(FAR struct enc_driver_s *priv)
*
* Description:
* Read a global register (EIE, EIR, ESTAT, ECON2, or ECON1). The cmd
- * include the CMD 'OR'd with the the global address register.
+ * include the CMD 'OR'd with the global address register.
*
* Parameters:
* priv - Reference to the driver state structure
@@ -491,7 +491,7 @@ static uint8_t enc_rdgreg2(FAR struct enc_driver_s *priv, uint8_t cmd)
*
* Description:
* Write to a global register (EIE, EIR, ESTAT, ECON2, or ECON1). The cmd
- * include the CMD 'OR'd with the the global address register.
+ * include the CMD 'OR'd with the global address register.
*
* Parameters:
* priv - Reference to the driver state structure
diff --git a/nuttx/drivers/net/vnet.c b/nuttx/drivers/net/vnet.c
index e05a39675..2eaf1c485 100644
--- a/nuttx/drivers/net/vnet.c
+++ b/nuttx/drivers/net/vnet.c
@@ -489,7 +489,7 @@ static int vnet_ifdown(struct uip_driver_s *dev)
wd_cancel(vnet->sk_txpoll);
//wd_cancel(vnet->sk_txtimeout);
- /* Put the the EMAC is its reset, non-operational state. This should be
+ /* Put the EMAC is its reset, non-operational state. This should be
* a known configuration that will guarantee the vnet_ifup() always
* successfully brings the interface back up.
*/