From 5eb05446602a70de655f155e3808695fcd9fd648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 8 Nov 2006 19:22:15 +0000 Subject: [PATCH] Grammar --- include/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configuration.h b/include/configuration.h index 182a5c13ed..8c1083d2b8 100644 --- a/include/configuration.h +++ b/include/configuration.h @@ -334,7 +334,7 @@ int config_AutoSaveConfigFile( vlc_object_t * ); add_typename_inner( CONFIG_ITEM_BOOL, name, text, longtext, advc, p_callback ); \ p_config[i_config].i_value = value -/* For option renamed */ +/* For renamed option */ #define add_deprecated( name, strict ) \ add_config_inner( ); \ p_config[ i_config ].i_type = p_config[ i_config -1 ].i_type; \ @@ -344,7 +344,7 @@ int config_AutoSaveConfigFile( vlc_object_t * ); ? p_config[ i_config-1 ].psz_current \ : p_config[ i_config-1 ].psz_name; -/* For option suppressed*/ +/* For removed option */ #define add_suppressed_inner( name, type ) \ add_type_inner( type ); \ p_config[ i_config ].psz_name = name; \ -- 2.20.1