From 1aab00c7b9c27d9fca7e14c53bb93f4b2342936b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 15:59:26 +1100 Subject: docs: fix simple typo, occurr -> occur There is a small typo in src/scanline_effect.c. Should read `occur` rather than `occurr`. --- src/scanline_effect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scanline_effect.c') diff --git a/src/scanline_effect.c b/src/scanline_effect.c index b4de0689f..0e88799de 100644 --- a/src/scanline_effect.c +++ b/src/scanline_effect.c @@ -92,7 +92,7 @@ void ScanlineEffect_InitHBlankDmaTransfer(void) { DmaStop(0); // Set DMA to copy to dest register on each HBlank for the next frame. - // The HBlank DMA transfers do not occurr during VBlank, so the transfer + // The HBlank DMA transfers do not occur during VBlank, so the transfer // will begin on the HBlank after the first scanline DmaSet(0, gScanlineEffect.dmaSrcBuffers[gScanlineEffect.srcBuffer], gScanlineEffect.dmaDest, gScanlineEffect.dmaControl); // Manually set the reg for the first scanline -- cgit v1.2.3