summaryrefslogtreecommitdiffstats
path: root/docs/release/src/emu/validity.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-12-26 01:01:57 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2018-12-26 01:01:57 +1100
commit796382ccc3e6520b97f321d342d9c99722ecece3 (patch)
tree06f7daa04523b4cb1ceb72ca73c395cbcccfd226 /docs/release/src/emu/validity.cpp
parent61e04eda36dcc37c60539f8d91faa0f350613432 (diff)
0.205 Release filestag205
Diffstat (limited to 'docs/release/src/emu/validity.cpp')
-rw-r--r--docs/release/src/emu/validity.cpp2
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);