]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/tigon3.c
Cleanup: fix "MHz" spelling
[u-boot] / drivers / net / tigon3.c
index ab448b0f810cddd92b3b68da8ca9d6c03f4e495f..e4e004eed6804dc1d1cf08a42fa37ef1ea7b0385 100644 (file)
@@ -2247,7 +2247,7 @@ LM_STATUS LM_ResetAdapter (PLM_DEVICE_BLOCK pDevice)
        REG_WR (pDevice, Grc.Mode, Value32);
 
        /* Setup the timer prescalar register. */
-       REG_WR (pDevice, Grc.MiscCfg, 65 << 1); /* Clock is alwasy 66Mhz. */
+       REG_WR (pDevice, Grc.MiscCfg, 65 << 1); /* Clock is alwasy 66MHz. */
 
        /* Set up the MBUF pool base address and size. */
        REG_WR (pDevice, BufMgr.MbufPoolAddr, pDevice->MbufBase);