summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diserial.h')
-rw-r--r--src/emu/diserial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/diserial.h b/src/emu/diserial.h
index 27c4cb00d74..413692147e7 100644
--- a/src/emu/diserial.h
+++ b/src/emu/diserial.h
@@ -23,7 +23,7 @@ public:
enum
{
/* receive is waiting for start bit. The transition from high-low indicates
- start of start bit. This is used to synchronise with the data being transfered */
+ start of start bit. This is used to synchronise with the data being transferred */
RECEIVE_REGISTER_WAITING_FOR_START_BIT = 0x01,
/* receive is synchronised with data, data bits will be clocked in */