diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-12-05 01:41:16 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-12-15 14:42:11 +0100 |
commit | 579fb8e741fecef7dfd64afcc7b0b0c68ea207cc (patch) | |
tree | 0ce61a5daf2547891f8e8dc68d63f693ab41bcf1 /scripts/kconfig/confdata.c | |
parent | 1ebfa5198ee96f34f2ee4ae95c92318f07341fbd (diff) |
kconfig: fix typos
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
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 d1bab0f42d10..61c35bf2d9cb 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -937,7 +937,7 @@ static void randomize_choice_values(struct symbol *csym) int cnt, def; /* - * If choice is mod then we may have more items slected + * If choice is mod then we may have more items selected * and if no then no-one. * In both cases stop. */ @@ -1033,10 +1033,10 @@ void conf_set_all_new_symbols(enum conf_def_mode mode) /* * We have different type of choice blocks. - * If curr.tri equal to mod then we can select several + * If curr.tri equals to mod then we can select several * choice symbols in one block. * In this case we do nothing. - * If curr.tri equal yes then only one symbol can be + * If curr.tri equals yes then only one symbol can be * selected in a choice block and we set it to yes, * and the rest to no. */ |