summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devintrf.c')
-rw-r--r--src/emu/devintrf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c
index 09b95c9575f..ee2f8dca287 100644
--- a/src/emu/devintrf.c
+++ b/src/emu/devintrf.c
@@ -176,7 +176,7 @@ void device_list_remove(device_config **listheadptr, device_type type, const cha
/*-------------------------------------------------
- device_build_tag - build a tag that combines
+ device_build_tag - build a tag that combines
the device's name and the given tag
-------------------------------------------------*/
@@ -195,7 +195,7 @@ const char *device_build_tag(astring *dest, const char *devicetag, const char *t
/*-------------------------------------------------
- device_inherit_tag - build a tag with the same
+ device_inherit_tag - build a tag with the same
device prefix as the source tag
-------------------------------------------------*/