diff options
Diffstat (limited to 'scripts/kconfig/symbol.c')
| -rw-r--r-- | scripts/kconfig/symbol.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c index c0efe102d655..60830ce4a0a9 100644 --- a/scripts/kconfig/symbol.c +++ b/scripts/kconfig/symbol.c @@ -686,7 +686,7 @@ const char *sym_get_string_default(struct symbol *sym)  		switch (sym->type) {  		case S_BOOLEAN:  		case S_TRISTATE: -			/* The visibility imay limit the value from yes => mod */ +			/* The visibility may limit the value from yes => mod */  			val = EXPR_AND(expr_calc_value(prop->expr), prop->visible.tri);  			break;  		default: | 
