summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mame.c')
-rw-r--r--src/emu/mame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mame.c b/src/emu/mame.c
index e66d98dbbc4..cd61b65c956 100644
--- a/src/emu/mame.c
+++ b/src/emu/mame.c
@@ -148,7 +148,7 @@ int mame_execute(emu_options &options, osd_interface &osd)
bool exit_pending = false;
int error = MAMERR_NONE;
- // We need to preprocess the config files once to determine the web server's configuration
+ // We need to preprocess the config files once to determine the web server's configuration
if (options.read_config())
{
options.revert(OPTION_PRIORITY_INI);