device.cpp, dimemory.cpp: Correct typos in comments

This commit is contained in:
AJR 2020-07-21 17:42:05 -04:00
parent 4f7fcbf21c
commit 1baa0775e6
2 changed files with 3 additions and 3 deletions

View File

@ -812,7 +812,7 @@ void device_t::device_pre_save()
//-------------------------------------------------
// device_post_load - called after the loading a
// device_post_load - called after loading a
// saved state, so that registered variables can
// be expanded as necessary
//-------------------------------------------------
@ -1095,7 +1095,7 @@ void device_interface::interface_pre_save()
//-------------------------------------------------
// interface_post_load - called after the loading a
// interface_post_load - called after loading a
// saved state, so that registered variables can
// be expanded as necessary
//-------------------------------------------------

View File

@ -58,7 +58,7 @@ void device_memory_interface::set_addrmap(int spacenum, address_map_constructor
//-------------------------------------------------
// memory_translate - translate from logical to
// phyiscal addresses; designed to be overridden
// physical addresses; designed to be overridden
// by the actual device implementation if address
// translation is supported
//-------------------------------------------------