public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Masanari Iida <standby24x7@gmail.com>
To: linux-kernel@vger.kernel.org, mhiramat@kernel.org
Cc: Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh
Date: Mon, 15 Mar 2021 21:20:19 +0900	[thread overview]
Message-ID: <20210315122019.1743393-1-standby24x7@gmail.com> (raw)

This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/bootconfig/scripts/xbc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
index b8c84e654556..808510f6c168 100644
--- a/tools/bootconfig/scripts/xbc.sh
+++ b/tools/bootconfig/scripts/xbc.sh
@@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
 if [ ! -x "$BOOTCONFIG" ]; then
 	BOOTCONFIG=`which bootconfig`
 	if [ -z "$BOOTCONFIG" ]; then
-		echo "Erorr: bootconfig command is not found" 1>&2
+		echo "Error: bootconfig command is not found" 1>&2
 		exit 1
 	fi
 fi
-- 
2.25.0


             reply	other threads:[~2021-03-15 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 12:20 Masanari Iida [this message]
2021-03-16  9:53 ` [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh Masami Hiramatsu

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=20210315122019.1743393-1-standby24x7@gmail.com \
    --to=standby24x7@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhiramat@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