Fix typo in comment

This commit is contained in:
Sebastian Ramacher 2018-03-18 19:16:43 +01:00
parent 02c30a7381
commit 63ef90697e

View File

@ -873,7 +873,7 @@ render_thread_sort(gconstpointer a, gconstpointer b, gpointer UNUSED(data))
(priv_a->last_view_time > priv_b->last_view_time ? 1 : 0);
}
/* sort aborted entries earlier so that the are thrown out of the queue */
/* sort aborted entries earlier so that they are thrown out of the queue */
return job_a->aborted ? 1 : -1;
}