diff options
Diffstat (limited to 'scripts/kconfig/confdata.c')
| -rw-r--r-- | scripts/kconfig/confdata.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index d1bab0f42d1..61c35bf2d9c 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
| @@ -937,7 +937,7 @@ static void randomize_choice_values(struct symbol *csym) | |||
| 937 | int cnt, def; | 937 | int cnt, def; |
| 938 | 938 | ||
| 939 | /* | 939 | /* |
| 940 | * If choice is mod then we may have more items slected | 940 | * If choice is mod then we may have more items selected |
| 941 | * and if no then no-one. | 941 | * and if no then no-one. |
| 942 | * In both cases stop. | 942 | * In both cases stop. |
| 943 | */ | 943 | */ |
| @@ -1033,10 +1033,10 @@ void conf_set_all_new_symbols(enum conf_def_mode mode) | |||
| 1033 | 1033 | ||
| 1034 | /* | 1034 | /* |
| 1035 | * We have different type of choice blocks. | 1035 | * We have different type of choice blocks. |
| 1036 | * If curr.tri equal to mod then we can select several | 1036 | * If curr.tri equals to mod then we can select several |
| 1037 | * choice symbols in one block. | 1037 | * choice symbols in one block. |
| 1038 | * In this case we do nothing. | 1038 | * In this case we do nothing. |
| 1039 | * If curr.tri equal yes then only one symbol can be | 1039 | * If curr.tri equals yes then only one symbol can be |
| 1040 | * selected in a choice block and we set it to yes, | 1040 | * selected in a choice block and we set it to yes, |
| 1041 | * and the rest to no. | 1041 | * and the rest to no. |
| 1042 | */ | 1042 | */ |
