summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/disound.c')
-rw-r--r--src/emu/disound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/disound.c b/src/emu/disound.c
index 4b633c46730..672842de5f0 100644
--- a/src/emu/disound.c
+++ b/src/emu/disound.c
@@ -240,7 +240,7 @@ void device_sound_interface::set_output_gain(int outputnum, float gain)
//-------------------------------------------------
// inputnum_from_device - return the input number
-// that is connected to the given device's output
+// that is connected to the given device's output
//-------------------------------------------------
int device_sound_interface::inputnum_from_device(device_t &source_device, int outputnum) const