]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/4xx_enet.c
cleanup: Fix typos and misspellings in various files.
[u-boot] / drivers / net / 4xx_enet.c
index b1763b18bbe6d1e8541f83d2980ccd5f930de8f7..e616aaf5a2122243779efeda43325fc9e52a77c5 100644 (file)
@@ -1704,7 +1704,7 @@ int enetInt (struct eth_device *dev)
                        rc = 0;
                }
 
-               /* handle MAL RX EOB interupt from a receive */
+               /* handle MAL RX EOB interrupt from a receive */
                /* check for EOB on valid channels           */
                if (uic_mal & UIC_MAL_RXEOB) {
                        mal_eob = mfdcr(MAL0_RXEOBISR);