From f7d9365eb98158d6d3d03c0ef2d02139a29b811d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 6 Jul 2019 02:27:15 +0200 Subject: m_config: fix typo in comment --- options/m_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/m_config.c') 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. -- cgit v1.2.3