From: Chris Packham <judge.packham@gmail.com>
Date: Mon, 29 Aug 2016 08:54:02 +0000 (+1200)
Subject: net: mvneta: fix typo in comment
X-Git-Tag: v2025.01-rc5-pxa1908~8324^2~5
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=6723b235520190bdc774760126fc063ec794c37f;p=u-boot.git

net: mvneta: fix typo in comment

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---

diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c
index 51bb569a92..00f378f082 100644
--- a/drivers/net/mvneta.c
+++ b/drivers/net/mvneta.c
@@ -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 */