summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/hc/src/m9s12/m9s12_ethernet.c')
-rw-r--r--nuttx/arch/hc/src/m9s12/m9s12_ethernet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c b/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
index ed2977e88..75c6f8ad7 100644
--- a/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
+++ b/nuttx/arch/hc/src/m9s12/m9s12_ethernet.c
@@ -504,7 +504,7 @@ static int emac_ifdown(struct uip_driver_s *dev)
wd_cancel(priv->d_txpoll);
wd_cancel(priv->d_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 emac_ifup() always
* successfully brings the interface back up.
*/
@@ -655,7 +655,7 @@ int emac_initialize(int intf)
if (irq_attach(CONFIG_HCS12_IRQ, emac_interrupt))
{
- /* We could not attach the ISR to the the interrupt */
+ /* We could not attach the ISR to the interrupt */
return -EAGAIN;
}