aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:36 +0100
commit2a1f06ae0008b9cfd0f7cf56b438f19585ad540b (patch)
treee889704a603334bbf336a930d5427c9ced098002
parent61edff3bf8c10e8de230264943ba61e167f4bc1b (diff)
queue: Fix spelling of opaque
-rw-r--r--ell/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/queue.c b/ell/queue.c
index cb453478..487a9496 100644
--- a/ell/queue.c
+++ b/ell/queue.c
@@ -23,7 +23,7 @@
/**
* l_queue:
*
- * Opague object representing the queue.
+ * Opaque object representing the queue.
*/
struct l_queue {
struct l_queue_entry *head;