summaryrefslogtreecommitdiff
path: root/chip/mec1322
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322')
-rw-r--r--chip/mec1322/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mec1322/dma.c b/chip/mec1322/dma.c
index 298d581071..ff5a0385c0 100644
--- a/chip/mec1322/dma.c
+++ b/chip/mec1322/dma.c
@@ -81,7 +81,7 @@ static void prepare_channel(mec1322_dma_chan_t *chan, unsigned count,
void dma_go(mec1322_dma_chan_t *chan)
{
- /* Flush data in write buffer so that DMA can get the lastest data */
+ /* Flush data in write buffer so that DMA can get the latest data */
asm volatile("dsb;");
/* Fire it up */