From 13c6b26e40b3bbc93ef059c749d0103b60874b3e Mon Sep 17 00:00:00 2001 From: Couriersud Date: Fri, 4 Mar 2011 21:33:21 +0000 Subject: [PATCH] Fixed typos --- src/emu/cpu/mcs51/mcs51.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/emu/cpu/mcs51/mcs51.c b/src/emu/cpu/mcs51/mcs51.c index 04e76d39918..f197dd4c93c 100644 --- a/src/emu/cpu/mcs51/mcs51.c +++ b/src/emu/cpu/mcs51/mcs51.c @@ -1809,12 +1809,11 @@ static void mcs51_set_irq_line(mcs51_state_t *mcs51_state, int irqline, int stat { /* From the manual: * - * In operatiom all the interrupt tlags are latched into the - * interrupt control system during State 5 of every ma- - * chine cycle. The samples are polled during the follow- - * ing machine cycle. + * In operation all the interrupt flags are latched into the + * interrupt control system during State 5 of every machine cycle. + * The samples are polled during the following machine cycle. * - * ==> Since we do not emulate substates, this assumes that the signal is present + * ==> Since we do not emulate sub-states, this assumes that the signal is present * for at least one cycle (12 states) * */