|
@@ -1206,7 +1206,7 @@ static void bfin_mac_rx(struct bfin_mac_local *lp)
|
|
|
/* reserve 2 bytes for RXDWA padding */
|
|
|
skb_reserve(new_skb, NET_IP_ALIGN);
|
|
|
/* Invalidate the data cache of skb->data range when it is write back
|
|
|
- * cache. It will prevent overwritting the new data from DMA
|
|
|
+ * cache. It will prevent overwriting the new data from DMA
|
|
|
*/
|
|
|
blackfin_dcache_invalidate_range((unsigned long)new_skb->head,
|
|
|
(unsigned long)new_skb->end);
|