diff options
author | 2022-06-07 19:19:52 +0100 | |
---|---|---|
committer | 2022-06-07 20:19:52 +0200 | |
commit | ec974d32e8daba11ebd00764870bed3e72d33efb (patch) | |
tree | 6ce46c11866734b972ca310d246c4610a82a4d45 | |
parent | 64e0dd3b0b4d331b0e13c3f4d7b4ab267a41ff34 (diff) |
bus/rc2014/edge.cpp: Fix typos in comments
bus/rc2014/edge.cpp: Fix typos in comments
-rw-r--r-- | src/devices/bus/rc2014/edge.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/rc2014/edge.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/rc2014/edge.cpp b/src/devices/bus/rc2014/edge.cpp index 3776ee45a2e..5585c790d17 100644 --- a/src/devices/bus/rc2014/edge.cpp +++ b/src/devices/bus/rc2014/edge.cpp @@ -2,7 +2,7 @@ // copyright-holders:Miodrag Milanovic /*************************************************************************** - RC2014 Modulare Backplane Extensions + RC2014 Modular Backplane Extensions ****************************************************************************/ diff --git a/src/devices/bus/rc2014/edge.h b/src/devices/bus/rc2014/edge.h index d55b9976f6b..9369c0b783a 100644 --- a/src/devices/bus/rc2014/edge.h +++ b/src/devices/bus/rc2014/edge.h @@ -2,7 +2,7 @@ // copyright-holders:Miodrag Milanovic /********************************************************************** - RC2014 Modulare Backplane Extensions + RC2014 Modular Backplane Extensions **********************************************************************/ |