diff options
Diffstat (limited to 'src/emu/cpu/i86/instr86.c')
-rw-r--r-- | src/emu/cpu/i86/instr86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/i86/instr86.c b/src/emu/cpu/i86/instr86.c index 595b0ec6f3f..005683de848 100644 --- a/src/emu/cpu/i86/instr86.c +++ b/src/emu/cpu/i86/instr86.c @@ -6,7 +6,7 @@ /* * file will be included in all cpu variants * put non i86 instructions in own files (i286, i386, nec) - * function renaming will be added when neccessary + * function renaming will be added when necessary * timing value should move to separate array */ |