summaryrefslogtreecommitdiffstats
path: root/options/m_config.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-07-06 02:27:15 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commitf7d9365eb98158d6d3d03c0ef2d02139a29b811d (patch)
tree018e25262bd92b59c7a11658c1e308ff41ac1fff /options/m_config.c
parent1b5d1adad07d9e70cc60b75999d565c0e98ca513 (diff)
downloadmpv-f7d9365eb98158d6d3d03c0ef2d02139a29b811d.tar.bz2
mpv-f7d9365eb98158d6d3d03c0ef2d02139a29b811d.tar.xz
m_config: fix typo in comment
Diffstat (limited to 'options/m_config.c')
-rw-r--r--options/m_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/m_config.c b/options/m_config.c
index 6e389b1d76..e66b487df2 100644
--- a/options/m_config.c
+++ b/options/m_config.c
@@ -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.