summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/m_option.h')
-rw-r--r--mpvcore/m_option.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/m_option.h b/mpvcore/m_option.h
index 96219b317a..d357456f63 100644
--- a/mpvcore/m_option.h
+++ b/mpvcore/m_option.h
@@ -107,8 +107,8 @@ struct m_obj_desc {
// For free use by the implementer of m_obj_list.get_desc
const void *p;
// If not NULL, options which should be set before applying other options.
- // This member is usually set my m_obj_list_find() only.
- // Only works if options is not NULL.
+ // This member is usually set by m_obj_list_find() only, and read by the
+ // option parser. It's not used anywhere else.
const char *init_options;
// Don't list entries with "help"
bool hidden;