]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
lib/list_sort.c: fix typo in function description
authorToastC <mrtoastcheng@gmail.com>
Thu, 22 Apr 2021 06:42:59 +0000 (16:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 May 2021 22:09:22 +0000 (08:09 +1000)
Replace beautiully with beautifully

Link: https://lkml.kernel.org/r/20210315090633.9759-1-mrtoastcheng@gmail.com
Signed-off-by: ShihCheng Tu <mrtoastcheng@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
lib/list_sort.c

index a926d96ffd44d3b6e90b2b5c71bfbae18e9fe19d..1e1e37762799ccd63bb63c5b0653e46860596475 100644 (file)
@@ -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