From: ToastC Date: Fri, 7 May 2021 01:03:31 +0000 (-0700) Subject: lib/list_sort.c: fix typo in function description X-Git-Tag: v5.13-rc1~23^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e89b6358052de202e53e47623f50b6d28182ccdf;p=thirdparty%2Fkernel%2Flinux.git lib/list_sort.c: fix typo in function description Replace beautiully with beautifully Link: https://lkml.kernel.org/r/20210315090633.9759-1-mrtoastcheng@gmail.com Signed-off-by: ShihCheng Tu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/list_sort.c b/lib/list_sort.c index a926d96ffd44d..1e1e37762799c 100644 --- a/lib/list_sort.c +++ b/lib/list_sort.c @@ -137,7 +137,7 @@ static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, * * * The merging is controlled by "count", the number of elements in the - * pending lists. This is beautiully simple code, but rather subtle. + * pending lists. This is beautifully simple code, but rather subtle. * * Each time we increment "count", we set one bit (bit k) and clear * bits k-1 .. 0. Each time this happens (except the very first time