# HG changeset patch # User bartv # Date 1240328959 0 # Node ID e0f9e9ff3920e80a5b4ee64b8adae7f52426b180 # Parent b05be09f157f98306e2866dfb6c76f48db5ee667 Fix a couple of typos diff --git a/packages/devs/eth/m68k/mcf5272/current/ChangeLog b/packages/devs/eth/m68k/mcf5272/current/ChangeLog --- a/packages/devs/eth/m68k/mcf5272/current/ChangeLog +++ b/packages/devs/eth/m68k/mcf5272/current/ChangeLog @@ -1,3 +1,7 @@ +2009-04-21 Bart Veer + + * src/if_mcf5272.c: fix a couple of typos + 2008-11-17 Bart Veer * cdl/mcf5272.cdl, doc/mcf5272_eth.sgml, src/if_mcf5272.c: minor diff --git a/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c b/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c --- a/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c +++ b/packages/devs/eth/m68k/mcf5272/current/src/if_mcf5272.c @@ -410,7 +410,7 @@ static void mcfxxxx_eth_dsr_tx(c // value. #ifdef CYGINT_DEVS_ETH_MCFxxxx_PLATFORM_MAC -# if !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) && !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) +# if !defined(HAL_MCFxxxx_ETH_GET_MAC_ADDRESS) # error Platform HAL should have provided a MAC address macro # endif @@ -734,7 +734,7 @@ mcfxxxx_eth_send(struct eth_drv_sc* sc, // Make sure all the buffer descriptors have been written to memory. // No need to invalidate the cache entries, the driver does not look - // for any bits changed by the hardware except on the xxxx which + // for any bits changed by the hardware except on the 5272 which // does not have a data cache at all. #ifdef HAL_DCACHE_STORE HAL_DCACHE_STORE(&(eth->txbds[0]), TX_BUFFER_DESCRIPTOR_COUNT * sizeof(hal_mcfxxxx_eth_buffer_descriptor));