diff options
| author | 2020-07-21 17:42:05 -0400 | |
|---|---|---|
| committer | 2020-07-21 17:42:05 -0400 | |
| commit | 1baa0775e65bc2c008ef6efa47260cc4caaa195d (patch) | |
| tree | bc6ee014197eb1a661656143882fb2107300598b /src/emu/device.cpp | |
| parent | 4f7fcbf21c952c9ae303e1ff7a6452b0e69369ac (diff) | |
device.cpp, dimemory.cpp: Correct typos in comments
Diffstat (limited to 'src/emu/device.cpp')
| -rw-r--r-- | src/emu/device.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/device.cpp b/src/emu/device.cpp index 4ca273f20bf..fe028719f2f 100644 --- a/src/emu/device.cpp +++ b/src/emu/device.cpp @@ -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 //------------------------------------------------- |
