summaryrefslogtreecommitdiffstats
path: root/core/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_config.h')
-rw-r--r--core/m_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/m_config.h b/core/m_config.h
index 86376e4849..345141a72a 100644
--- a/core/m_config.h
+++ b/core/m_config.h
@@ -35,7 +35,7 @@ struct m_sub_options;
// Config option
struct m_config_option {
struct m_config_option *next;
- // Full name (ie option:subopt).
+ // Full name (ie option-subopt).
char *name;
// Option description.
const struct m_option *opt;