summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2021-09-07 08:29:53 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2021-09-07 08:29:53 +0700
commit1ef9fc7cca0f486459c0ef2db508b852c1872c15 (patch)
tree928070684364f2303d76f57df1ca736f6344db06
parent4ba73f3689a0b7d9568d1023812947afd76c8333 (diff)
device.h: fix typos
-rw-r--r--src/emu/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/device.h b/src/emu/device.h
index 04d1df34b7a..05fa523b6fd 100644
--- a/src/emu/device.h
+++ b/src/emu/device.h
@@ -524,9 +524,9 @@ public:
/// \brief Get parent device type for ROM search
///
- /// Impement this member in a derived class to declare the parent
+ /// Implement this member in a derived class to declare the parent
/// device type for the purpose of searching for ROMs. Only one
- /// level is allowed. It is an error the parent device type itself
+ /// level is allowed. It is an error if the parent device type itself
/// declares a parent device type.
/// \return Pointer to parent device type, or nullptr.
static auto parent_rom_device_type() { return nullptr; }