summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Christian Brunschen <6741909+cbrunschen@users.noreply.github.com>2025-10-30 20:27:42 +0000
committer GitHub <noreply@github.com>2025-10-30 16:27:42 -0400
commit73fda89bdd1bc0c7fa74ea416f20df013038759f (patch)
tree7251f826ad534dff9abdb77a68931744c17b4c12
parent25816ec248d12c607496c0c473e0b169c611dda1 (diff)
esqpump.cpp: Fix a typo in a comment. (#14437)
-rw-r--r--src/devices/sound/esqpump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/esqpump.cpp b/src/devices/sound/esqpump.cpp
index b2a8fb93e70..cbd65f74ebd 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.