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
| ||
|
Message-Id: <20210205121543.1315285-1-unixbhaskar@gmail.com> Date: Fri, 5 Feb 2021 17:45:43 +0530 From: Bhaskar Chowdhury <unixbhaskar@...il.com> To: pmladek@...e.com, rostedt@...dmis.org, sergey.senozhatsky@...il.com, andriy.shevchenko@...ux.intel.com, linux@...musvillemoes.dk, ast@...nel.org, daniel@...earbox.net, andrii@...nel.org, kafai@...com, songliubraving@...com, yhs@...com, john.fastabend@...il.com, kpsingh@...nel.org, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, bpf@...r.kernel.org Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com> Subject: [PATCH] lib: Replace obscene word with a better one :) s/fucked/messed/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com> --- lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 3b53c73580c5..470805777117 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -7,7 +7,7 @@ /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */ /* - * Wirzenius wrote this portably, Torvalds fucked it up :-) + * Wirzenius wrote this portably, Torvalds messed it up :-) */ /* -- 2.30.0
Powered by blists - more mailing lists