diff options
author | 2017-11-03 14:58:54 +0100 | |
---|---|---|
committer | 2017-11-03 14:58:54 +0100 | |
commit | b3c26450853e66c7f0b669c3cad261c99c7cf67a (patch) | |
tree | 86200cc5e25cc2b56c4ac75f099674a6e5d778e6 /src/devices/machine/68561mpcc.cpp | |
parent | c44e154ac5453f1e354f9b872d442bf35ab15129 (diff) |
fix some typos (#2772)
Diffstat (limited to 'src/devices/machine/68561mpcc.cpp')
-rw-r--r-- | src/devices/machine/68561mpcc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/68561mpcc.cpp b/src/devices/machine/68561mpcc.cpp index 3f500827cdf..8b93885ffc2 100644 --- a/src/devices/machine/68561mpcc.cpp +++ b/src/devices/machine/68561mpcc.cpp @@ -587,7 +587,7 @@ void mpcc_device::tra_complete() } //------------------------------------------------- -// rcv_callback - called when it is time to sample incomming data bit +// rcv_callback - called when it is time to sample incoming data bit //------------------------------------------------- void mpcc_device::rcv_callback() { |