From bbb339d64118c3c39a093e35be012a98fec67bd7 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:33:35 +0200 Subject: [PATCH] Fixed minor typo --- include/c64/rasterirq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c64/rasterirq.h b/include/c64/rasterirq.h index 07c4919..3083f2c 100644 --- a/include/c64/rasterirq.h +++ b/include/c64/rasterirq.h @@ -179,7 +179,7 @@ void rirq_start(void); void rirq_stop(void); // Sort the raster IRQ, must be performed at the end of the frame after changing -// the vertical position of one of the interrupt operatins. +// the vertical position of one of the interrupt operations. // Set the inirq flag to true when calling this from an interrupt void rirq_sort(bool inirq = false);