Reported by <Jens.Schleusener@fossies.org>.
* lib/mbiterf.h: Fix typo in comment.
* lib/mbuiterf.h: Likewise.
+2025-07-21 Bruno Haible <bruno@clisp.org>
+
+ Fix typos.
+ Reported by <Jens.Schleusener@fossies.org>.
+ * lib/mbiterf.h: Fix typo in comment.
+ * lib/mbuiterf.h: Likewise.
+
2025-07-20 Collin Funk <collin.funk1@gmail.com>
stdioext: Adjust some comments.
mbif_next (state, iter, endptr)
returns the next multibyte character.
- It asssumes that the state is initialized and that iter < endptr.
+ It assumes that the state is initialized and that iter < endptr.
Here are the function prototypes of the macros.
mbuif_next (state, iter)
returns the next multibyte character.
- It asssumes that the state is initialized and that *iter != '\0'.
+ It assumes that the state is initialized and that *iter != '\0'.
Here are the function prototypes of the macros.