diff --git a/Processors/6502Esque/6502Esque.hpp b/Processors/6502Esque/6502Esque.hpp index b62180d0a..429f0a2bb 100644 --- a/Processors/6502Esque/6502Esque.hpp +++ b/Processors/6502Esque/6502Esque.hpp @@ -34,7 +34,7 @@ enum Register { X, Y, - // These `ex`ist on a 65816 only. + // These exist on a 65816 only. EmulationFlag, DataBank, ProgramBank,