diff options
author | 2018-12-26 01:01:57 +1100 | |
---|---|---|
committer | 2018-12-26 01:01:57 +1100 | |
commit | 796382ccc3e6520b97f321d342d9c99722ecece3 (patch) | |
tree | 06f7daa04523b4cb1ceb72ca73c395cbcccfd226 /docs/release/src/emu/validity.cpp | |
parent | 61e04eda36dcc37c60539f8d91faa0f350613432 (diff) |
0.205 Release filestag205
Diffstat (limited to 'docs/release/src/emu/validity.cpp')
-rw-r--r-- | docs/release/src/emu/validity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/src/emu/validity.cpp b/docs/release/src/emu/validity.cpp index aa9e2c5f988..90fbde80962 100644 --- a/docs/release/src/emu/validity.cpp +++ b/docs/release/src/emu/validity.cpp @@ -1462,7 +1462,7 @@ void validity_checker::validate_driver() if (compatible_with != nullptr && strcmp(compatible_with, "0") == 0) compatible_with = nullptr; - // check for this driver being compatible with a non-existant driver + // check for this driver being compatible with a nonexistent driver if (compatible_with != nullptr && m_drivlist.find(m_current_driver->compatible_with) == -1) osd_printf_error("Driver is listed as compatible with nonexistent driver %s\n", m_current_driver->compatible_with); |