[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y5iJoAJn2zSBLx/h@hirez.programming.kicks-ass.net>
Date: Tue, 13 Dec 2022 15:18:08 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Josh Poimboeuf <jpoimboe@...nel.org>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] objtool: Fix spelling mistake "teh" -> "the"
On Wed, Dec 07, 2022 at 09:45:12AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a WARN_FUNC message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.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);
This was quite on purpose, you need to teach your spell checker about
nerd humour :-)
Powered by blists - more mailing lists