summaryrefslogtreecommitdiffstats
path: root/options/m_config.c
diff options
context:
space:
mode:
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.