From: Michael Tokarev Date: Mon, 13 Jun 2016 09:40:25 +0000 (+0300) Subject: hw/dma/omap: spelling fix: endianness X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0aadb5a15f00c9170ca81915987d7d3a5858e815;p=qemu.git hw/dma/omap: spelling fix: endianness Signed-off-by: Michael Tokarev --- diff --git a/hw/dma/omap_dma.c b/hw/dma/omap_dma.c index 700cd6b43e..f6f86f9639 100644 --- a/hw/dma/omap_dma.c +++ b/hw/dma/omap_dma.c @@ -1975,7 +1975,7 @@ static void omap_dma4_write(void *opaque, hwaddr addr, ch->endian[1] =(value >> 19) & 1; ch->endian_lock[1] =(value >> 18) & 1; if (ch->endian[0] != ch->endian[1]) - fprintf(stderr, "%s: DMA endiannes conversion enable attempt\n", + fprintf(stderr, "%s: DMA endianness conversion enable attempt\n", __FUNCTION__); ch->write_mode = (value >> 16) & 3; ch->burst[1] = (value & 0xc000) >> 14;