mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 10:51:51 +00:00
m_config: fix typo in comment
This commit is contained in:
parent
1b5d1adad0
commit
f7d9365eb9
@ -736,7 +736,7 @@ void m_config_mark_co_flags(struct m_config_option *co, int flags)
|
|||||||
co->is_set_from_config = true;
|
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
|
// 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.
|
// handle_set_opt_flags() to make sure the option can be set.
|
||||||
// Returns M_OPT_UNKNOWN if the option is not a special option.
|
// Returns M_OPT_UNKNOWN if the option is not a special option.
|
||||||
|
Loading…
Reference in New Issue
Block a user