[U-Boot] [PATCH] net: mvneta: fix typo in comment
Chris Packham
judge.packham at gmail.com
Mon Aug 29 10:54:02 CEST 2016
Signed-off-by: Chris Packham <judge.packham at gmail.com>
---
drivers/net/mvneta.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c
index c23fe9a9d5a7..bbfce9604710 100644
--- a/drivers/net/mvneta.c
+++ b/drivers/net/mvneta.c
@@ -1589,7 +1589,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 */
--
2.9.2.518.ged577c6.dirty
More information about the U-Boot
mailing list