From 98f6fe5399bf6258181cfa2001276afe558a8cef Mon Sep 17 00:00:00 2001 From: Christian Brunschen <6741909+cbrunschen@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:59:34 +0000 Subject: [PATCH] Fix a typo. --- src/devices/sound/esqpump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/esqpump.cpp b/src/devices/sound/esqpump.cpp index b2a8fb93e707e..cbd65f74ebdff 100644 --- a/src/devices/sound/esqpump.cpp +++ b/src/devices/sound/esqpump.cpp @@ -29,7 +29,7 @@ esq_5505_5510_pump_device::esq_5505_5510_pump_device(const machine_config &mconf void esq_5505_5510_pump_device::device_start() { - // The VFX only has a single pait of stereo outputs, 'Main'; these will be channels 0 and 1, + // The VFX only has a single pair of stereo outputs, 'Main'; these will be channels 0 and 1, // and will be routed to the 'speaker' output device. // VFX-SD and later have a separate 'Aux' stereo output that bypasses ESP effect processing; // these will be channels 2 and 3 and can be routed to a separate 'aux' output device.