summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mconfig.c')
-rw-r--r--src/emu/mconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/mconfig.c b/src/emu/mconfig.c
index 5d0ad0b3f80..7ed1a5e7379 100644
--- a/src/emu/mconfig.c
+++ b/src/emu/mconfig.c
@@ -117,7 +117,7 @@ device_config *machine_config::device_add(device_config *owner, const char *tag,
//-------------------------------------------------
-// device_replace - configuration helper to
+// device_replace - configuration helper to
// replace one device with a new device
//-------------------------------------------------
@@ -130,7 +130,7 @@ device_config *machine_config::device_replace(device_config *owner, const char *
//-------------------------------------------------
-// device_remove - configuration helper to
+// device_remove - configuration helper to
// remove a device
//-------------------------------------------------
@@ -144,7 +144,7 @@ device_config *machine_config::device_remove(device_config *owner, const char *t
//-------------------------------------------------
-// device_find - configuration helper to
+// device_find - configuration helper to
// locate a device
//-------------------------------------------------