diff options
-rw-r--r-- | src/scanline_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |