diff options
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 9df80114b47b..c06f1503aa8b 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -946,7 +946,7 @@ static void randomize_choice_values(struct symbol *csym) | |||
946 | int cnt, def; | 946 | int cnt, def; |
947 | 947 | ||
948 | /* | 948 | /* |
949 | * If choice is mod then we may have more items slected | 949 | * If choice is mod then we may have more items selected |
950 | * and if no then no-one. | 950 | * and if no then no-one. |
951 | * In both cases stop. | 951 | * In both cases stop. |
952 | */ | 952 | */ |