From: Chris Packham Date: Mon, 29 Aug 2016 08:54:02 +0000 (+1200) Subject: net: mvneta: fix typo in comment X-Git-Tag: v2016.11-rc2~8^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6723b235520190bdc774760126fc063ec794c37f;p=u-boot net: mvneta: fix typo in comment Signed-off-by: Chris Packham Acked-by: Joe Hershberger --- 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 */