Skip to content
Snippets Groups Projects
Commit e89b6358 authored by ToastC's avatar ToastC Committed by Linus Torvalds
Browse files

lib/list_sort.c: fix typo in function description

parent b8cf2027
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment