public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaud Lacombe <lacombar@gmail.com>
To: linux-kbuild@vger.kernel.org
Cc: Arnaud Lacombe <lacombar@gmail.com>
Subject: [PATCH 3/5] kconfig: fix typos
Date: Sun,  5 Dec 2010 01:41:16 -0500	[thread overview]
Message-ID: <1291531278-7395-3-git-send-email-lacombar@gmail.com> (raw)
In-Reply-To: <1291531278-7395-1-git-send-email-lacombar@gmail.com>

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 scripts/kconfig/confdata.c |    6 +++---
 scripts/kconfig/symbol.c   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index 6f2f3a4..b2d9486 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -992,7 +992,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.
 	 */
@@ -1088,10 +1088,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.
 	 */
diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c
index e42240d..3acce4d 100644
--- a/scripts/kconfig/symbol.c
+++ b/scripts/kconfig/symbol.c
@@ -688,7 +688,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:
-- 
1.7.2.30.gc37d7.dirty


  parent reply	other threads:[~2010-12-05  6:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-05  6:41 [PATCH 1/5] kbuild/nconf: fix spaces damage Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 2/5] kbuild/gconf: add dummy inline for bind_textdomain_codeset() Arnaud Lacombe
2010-12-15  6:25   ` Arnaud Lacombe
2010-12-05  6:41 ` Arnaud Lacombe [this message]
2010-12-15  6:24   ` [PATCH 3/5] kconfig: fix typos Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 4/5] kconfig/conf: merge duplicate switch's case Arnaud Lacombe
2010-12-15  6:26   ` Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 5/5] kconfig: fix `zconfdebug' extern declaration Arnaud Lacombe
2010-12-15  6:25   ` Arnaud Lacombe
2010-12-15  6:24 ` [PATCH 1/5] kbuild/nconf: fix spaces damage Arnaud Lacombe
2010-12-15 13:44 ` Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1291531278-7395-3-git-send-email-lacombar@gmail.com \
    --to=lacombar@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox