summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index b83ff3937..bd011a742 100644
--- a/queue.h
+++ b/queue.h
@@ -51,7 +51,7 @@ struct Queue{
Queue_ClearProc* clear;
/* Frees the queue, by reclaiming all memory allocated by it. After
* this it is no longer usable. If free_items is true, any remaining
- * items are free()'d too.
+ * items are free()'d too.
*/
Queue_FreeProc* free;