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] [thread-next>] [day] [month] [year] [list]
Date: Wed, 10 Jan 2024 11:54:51 +0100
From: Petr Machata <petrm@...dia.com>
To: Andrea Claudi <aclaudi@...hat.com>
CC: <netdev@...r.kernel.org>, Leon Romanovsky <leon@...nel.org>, Jiri Pirko
	<jiri@...nulli.us>, Jon Maloy <jmaloy@...hat.com>, Stephen Hemminger
	<stephen@...workplumber.org>, David Ahern <dsahern@...il.com>
Subject: Re: [PATCH iproute2 2/2] treewide: fix typos in various comments


Andrea Claudi <aclaudi@...hat.com> writes:

> Fix various typos and spelling errors in some iproute2 comments.
>
> Signed-off-by: Andrea Claudi <aclaudi@...hat.com>

Reviewed-by: Petr Machata <petrm@...dia.com>

> diff --git a/include/bpf_api.h b/include/bpf_api.h
> index 5887d3a8..287f96b6 100644
> --- a/include/bpf_api.h
> +++ b/include/bpf_api.h
> @@ -253,7 +253,7 @@ static int BPF_FUNC(skb_set_tunnel_opt, struct __sk_buff *skb,
>  # define memmove(d, s, n)	__builtin_memmove((d), (s), (n))
>  #endif
>  
> -/* FIXME: __builtin_memcmp() is not yet fully useable unless llvm bug
> +/* FIXME: __builtin_memcmp() is not yet fully usable unless llvm bug
>   * https://llvm.org/bugs/show_bug.cgi?id=26218 gets resolved. Also
>   * this one would generate a reloc entry (non-map), otherwise.
>   */

BTW, I wouldn't spell it "useable" myself, but I think it is not
incorrect.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ