diff --git a/src/util/u_queue.c b/src/util/u_queue.c index 0a74119e2d6..6681f0950d8 100644 --- a/src/util/u_queue.c +++ b/src/util/u_queue.c @@ -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);