--- a/src/cx/iterator.h Tue Feb 11 21:04:47 2025 +0100
+++ b/src/cx/iterator.h Tue Feb 11 21:05:24 2025 +0100
@@ -47,7 +47,7 @@
*/
struct cx_iterator_base_s {
/**
- * True iff the iterator points to valid data.
+ * True if the iterator points to valid data.
*/
bool (*valid)(const void *);