From: Colin Ian King <colin.i.king@gmail.com>
To: Josh Poimboeuf <jpoimboe@kernel.org>,
Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] objtool: Fix spelling mistake "teh" -> "the"
Date: Wed, 7 Dec 2022 09:45:12 +0000 [thread overview]
Message-ID: <20221207094512.2281808-1-colin.i.king@gmail.com> (raw)
There is a spelling mistake in a WARN_FUNC message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/objtool/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 4350be739f4f..71d6e9b85217 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3859,7 +3859,7 @@ static int validate_entry(struct objtool_file *file, struct instruction *insn)
}
if (!next) {
- WARN_FUNC("teh end!", insn->sec, insn->offset);
+ WARN_FUNC("the end!", insn->sec, insn->offset);
return -1;
}
insn = next;
--
2.38.1
next reply other threads:[~2022-12-07 9:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 9:45 Colin Ian King [this message]
2022-12-13 14:18 ` [PATCH] objtool: Fix spelling mistake "teh" -> "the" Peter Zijlstra
-- strict thread matches above, loose matches on Subject: below --
2022-07-14 10:28 [PATCH] objtool: Fix spelling mistake "teh " " Colin Ian King
2022-07-14 10:48 ` Peter Zijlstra
2022-07-14 12:52 ` Colin King (gmail)
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=20221207094512.2281808-1-colin.i.king@gmail.com \
--to=colin.i.king@gmail.com \
--cc=jpoimboe@kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.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