summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ticket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ticket.cpp')
-rw-r--r--src/devices/machine/ticket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ticket.cpp b/src/devices/machine/ticket.cpp
index f18faa45aab..8063d4c41e5 100644
--- a/src/devices/machine/ticket.cpp
+++ b/src/devices/machine/ticket.cpp
@@ -51,7 +51,7 @@ ticket_dispenser_device::ticket_dispenser_device(const machine_config &mconfig,
, m_status(0)
, m_power(0)
, m_timer(nullptr)
- , m_output(*this, "led2") // TODO: probably shouldn't be hardcoded
+ , m_output(*this, "led2") // TODO: shouldn't be hardcoded
{
}