util/queue: add missing space to comment in util_queue_destroy

Signed-off-by: Greg Depoire--Ferrer <greg.depoire@gmail.com>
Reviewed-By: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15071>
This commit is contained in:
Greg Depoire--Ferrer 2022-02-18 01:04:06 +01:00 committed by Marge Bot
parent 39800f0fa3
commit 9ed34cf9ff

View file

@ -533,7 +533,7 @@ util_queue_destroy(struct util_queue *queue)
{
util_queue_kill_threads(queue, 0, false);
/* This makes it safe to call on a queue that failedutil_queue_init. */
/* This makes it safe to call on a queue that failed util_queue_init. */
if (queue->head.next != NULL)
remove_from_atexit_list(queue);