fixed typo in comment (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-21 07:55:30 +00:00
parent 844e696071
commit 85c48bb05f

View File

@ -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;
}