summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diexec.h')
-rw-r--r--src/emu/diexec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/diexec.h b/src/emu/diexec.h
index 488f70cc1a1..5bc1a29f770 100644
--- a/src/emu/diexec.h
+++ b/src/emu/diexec.h
@@ -205,7 +205,7 @@ public:
// required operation overrides
//#if USE_COTHREADS
-// void run() { m_cothread.make_active(); }
+// void run() { m_cothread.make_active(); }
//#else
void run() { execute_run(); }
//#endif
@@ -272,7 +272,7 @@ protected:
};
// internal state
-// cothread m_cothread; // thread used for execution
+// cothread m_cothread; // thread used for execution
// configuration
bool m_disabled; // disabled from executing?