aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:24 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:29:24 +0100
commit61edff3bf8c10e8de230264943ba61e167f4bc1b (patch)
treef5c99699d95f357fc1b5b27989c0e02eaa0dd120
parentce510ccc7ac233d0a35ace2370d7f4823ff42773 (diff)
io: Fix spelling of opaque
-rw-r--r--ell/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/io.c b/ell/io.c
index b02905a7..64bbed1a 100644
--- a/ell/io.c
+++ b/ell/io.c
@@ -29,7 +29,7 @@
/**
* l_io:
*
- * Opague object representing the IO.
+ * Opaque object representing the IO.
*/
struct l_io {
int fd;