]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/mvneta.c
Merge git://www.denx.de/git/u-boot-marvell
[u-boot] / drivers / net / mvneta.c
index 51bb569a92d001c837dae0c9874b0d009c6c02e3..00f378f0826aebe1414a0e8139612b3371e92525 100644 (file)
@@ -1619,7 +1619,7 @@ static int mvneta_probe(struct udevice *dev)
        /*
         * Allocate buffer area for descs and rx_buffers. This is only
         * done once for all interfaces. As only one interface can
-        * be active. Make this area DMA save by disabling the D-cache
+        * be active. Make this area DMA safe by disabling the D-cache
         */
        if (!buffer_loc.tx_descs) {
                /* Align buffer area for descs and rx_buffers to 1MiB */