tree-wide: fix comment/printk typos
[linux-2.6-block.git] / drivers / net / ll_temac_main.c
index 9f8e7027b0b32de8030d6e100a8b0e9467e35685..661ed1ff4c2e2b87eaa42360a83106534a0c4f41 100644 (file)
@@ -238,7 +238,7 @@ static int temac_dma_bd_init(struct net_device *ndev)
                goto out;
        }
        /* allocate the tx and rx ring buffer descriptors. */
-       /* returns a virtual addres and a physical address. */
+       /* returns a virtual address and a physical address. */
        lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent,
                                         sizeof(*lp->tx_bd_v) * TX_BD_NUM,
                                         &lp->tx_bd_p, GFP_KERNEL);