aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:30:55 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:30:55 +0100
commitef619089235fd7e665f6e10be8b82718edaac232 (patch)
treeddd5786db7f4d8e983ace636b0c4d3bfd656bf20
parent706df7b021a565a9e0498683c129da5e79484b7b (diff)
timeout: Fix spelling of opaque
-rw-r--r--ell/timeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/timeout.c b/ell/timeout.c
index 3055029e..4fc21a08 100644
--- a/ell/timeout.c
+++ b/ell/timeout.c
@@ -34,7 +34,7 @@
/**
* l_timeout:
*
- * Opague object representing the timeout.
+ * Opaque object representing the timeout.
*/
struct l_timeout {
int fd;