From: Bruno Haible Date: Mon, 21 Jul 2025 13:35:01 +0000 (+0200) Subject: Fix typos. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91aacb5536d4e768064c4f4d8d28bef6aa37e534;p=thirdparty%2Fgnulib.git Fix typos. Reported by . * lib/mbiterf.h: Fix typo in comment. * lib/mbuiterf.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 121b2b13a6..7f31550390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-07-21 Bruno Haible + + Fix typos. + Reported by . + * lib/mbiterf.h: Fix typo in comment. + * lib/mbuiterf.h: Likewise. + 2025-07-20 Collin Funk stdioext: Adjust some comments. diff --git a/lib/mbiterf.h b/lib/mbiterf.h index 99d8d11d84..d0d2484ac1 100644 --- a/lib/mbiterf.h +++ b/lib/mbiterf.h @@ -61,7 +61,7 @@ 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. diff --git a/lib/mbuiterf.h b/lib/mbuiterf.h index 611a6890af..efe5c0b3fe 100644 --- a/lib/mbuiterf.h +++ b/lib/mbuiterf.h @@ -68,7 +68,7 @@ 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.