summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-02-17 15:31:20 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-02-17 15:31:20 +0000
commitcef6764910e75f5e212fdef18ab75135b4144020 (patch)
tree2aceb9a6b874fc333ad98ce42a580ded9a6039f9 /src/emu/devintrf.c
parent77a98627d90a3ea23a955272856c15cdada0ddae (diff)
Cleanups and version bump.mame0129u4
Diffstat (limited to 'src/emu/devintrf.c')
-rw-r--r--src/emu/devintrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c
index 616aac761a2..692c16384a4 100644
--- a/src/emu/devintrf.c
+++ b/src/emu/devintrf.c
@@ -635,7 +635,7 @@ void device_list_start(running_machine *machine)
/*-------------------------------------------------
- device_delay_init - delay the startup of a
+ device_delay_init - delay the startup of a
given device for dependency reasons
-------------------------------------------------*/