diff options
Diffstat (limited to 'src/emu/devfind.h')
-rw-r--r-- | src/emu/devfind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/devfind.h b/src/emu/devfind.h index b2993bf6361..3922624e272 100644 --- a/src/emu/devfind.h +++ b/src/emu/devfind.h @@ -233,8 +233,8 @@ public: /// \brief Attempt discovery /// /// Concrete derived classes must implement this member function. - /// Should return false if the the object is required but not found, - /// or true otherwise (the report_missing member function can assist + /// Should return false if the object is required but not found, or + /// true otherwise (the report_missing member function can assist /// in implementing this behaviour). /// \param [in] isvalidation Pass true if this is a dry run (i.e. no /// intention to actually start the device), or false otherwise. |