From 68c4152f4ba8863ababbd415f47f46ad412985d0 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Wed, 12 Sep 2018 06:30:44 -0400 Subject: [PATCH] Fixing typo in comment. --- emulator/emulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/emulator.h b/emulator/emulator.h index f21585f..b37c9dd 100644 --- a/emulator/emulator.h +++ b/emulator/emulator.h @@ -13,7 +13,7 @@ void reset6502(); /* Execute 6502 code up to the next specified count of clock ticks. */ void exec6502(uint32_t tickcount); -/* Execute a single instrution. */ +/* Execute a single instruction. */ void step6502(); /* Trigger a hardware IRQ in the 6502 core. */