summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/apexc/apexc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/apexc/apexc.h')
-rw-r--r--src/emu/cpu/apexc/apexc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/apexc/apexc.h b/src/emu/cpu/apexc/apexc.h
index 9a1d5a92ed1..1f18757dd51 100644
--- a/src/emu/cpu/apexc/apexc.h
+++ b/src/emu/cpu/apexc/apexc.h
@@ -73,7 +73,7 @@ protected:
int m_current_word; /* current word position within track (0-31) */
int m_running; /* 1 flag: */
- /* running: flag implied by the existence of the stop instruction */
+ /* running: flag implied by the existence of the stop instruction */
UINT32 m_pc; /* address of next instruction for the disassembler */
address_space *m_program;