reorder_trayclients_cmp: Correct comment

This commit is contained in:
Orestis Floros
2019-10-11 19:32:00 +03:00
parent 8088c357e4
commit 98d96c3a2c

View File

@ -706,7 +706,8 @@ static int strcasecmp_nullable(const char *a, const char *b) {
}
/*
* Sort trayclients in descending order
* Comparison function to sort trayclients in ascending alphanumeric order
* according to their class.
*
*/
static int reorder_trayclients_cmp(const void *_a, const void *_b) {