summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc6854.h
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-11-24 09:24:01 -0500
committer Scott Stone <tafoid@gmail.com>2016-11-24 09:24:01 -0500
commit30cda1d3e5b9195fbd1f23a3af4480666c750a34 (patch)
tree82f7b4b6bb3c61335c495d0925b393b212f6f3f0 /src/devices/machine/mc6854.h
parent7746690ddf1b6b806de046ec54fee954f09e182e (diff)
A round of spelling/typographical fixes to source comments (nw)
Diffstat (limited to 'src/devices/machine/mc6854.h')
-rw-r--r--src/devices/machine/mc6854.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc6854.h b/src/devices/machine/mc6854.h
index 7f6c3ef9fc3..9e3e9d64f85 100644
--- a/src/devices/machine/mc6854.h
+++ b/src/devices/machine/mc6854.h
@@ -151,7 +151,7 @@ extern const device_type MC6854;
It passes bytes directly from one end to the other without bothering with
the actual bit-encoding, synchronization, and CRC.
Once completed, a frame is sent through out_frame. Aborted frames are not
- transmitted at all. No start flag, stop flag, or crc bits are trasmitted.
+ transmitted at all. No start flag, stop flag, or crc bits are transmitted.
send_frame makes a frame available to the CPU through the 6854 (it may
fail and return -1 if the 6854 is not ready to accept the frame; even
if the frame is accepted and 0 is returned, the CPU may abort it). Ony