m_config: fix typo in comment

This commit is contained in:
wm4 2019-07-06 02:27:15 +02:00
parent 1b5d1adad0
commit f7d9365eb9
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ void m_config_mark_co_flags(struct m_config_option *co, int flags)
co->is_set_from_config = true;
}
// Special options that don't really fit into the option handling mode. They
// Special options that don't really fit into the option handling model. They
// usually store no data, but trigger actions. Caller is assumed to have called
// handle_set_opt_flags() to make sure the option can be set.
// Returns M_OPT_UNKNOWN if the option is not a special option.