From 85c48bb05f7bb117f1e02e1aa472623c5d609b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Wed, 21 Aug 2013 07:55:30 +0000 Subject: [PATCH] fixed typo in comment (nw) --- src/emu/diexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/diexec.c b/src/emu/diexec.c index bdf8b3674d0..319fae6f154 100644 --- a/src/emu/diexec.c +++ b/src/emu/diexec.c @@ -245,7 +245,7 @@ void device_execute_interface::adjust_icount(int delta) if (!executing()) return; - // aply the delta directly + // apply the delta directly *m_icountptr += delta; }