X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Flist_sort.c;h=1e1e37762799ccd63bb63c5b0653e46860596475;hb=b986af7e2df4f0871367c397ba61a542f37c0ab3;hp=a926d96ffd44d3b6e90b2b5c71bfbae18e9fe19d;hpb=cda689f8708b6bef0b921c3a17fcdecbe959a079;p=linux-2.6-microblaze.git diff --git a/lib/list_sort.c b/lib/list_sort.c index a926d96ffd44..1e1e37762799 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