lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ