summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/upd7759.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/upd7759.c')
-rw-r--r--src/emu/sound/upd7759.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/upd7759.c b/src/emu/sound/upd7759.c
index 9df7f220c43..b12ca62aa38 100644
--- a/src/emu/sound/upd7759.c
+++ b/src/emu/sound/upd7759.c
@@ -571,7 +571,7 @@ void upd775x_device::advance_state()
m_state = STATE_DUMMY2;
break;
- /* Second dummy state: ignore any data here and issue a request for the the sixth byte */
+ /* Second dummy state: ignore any data here and issue a request for the sixth byte */
/* The expected response will be the first block header */
case STATE_DUMMY2:
m_offset++;