+2023-02-10 ChuanGang Jiang <jiangchuanganghw@outlook.com> (tiny change)
+
+ Fix typos like "the the" and "a a" in comments.
+ * lib/c32is-impl.h: s/the the/the/
+ * lib/getopt-pfx-core.h: s/a a/a/
+ * lib/term-style-control.h: s/the the/the/
+ * lib/textstyle.in.h: Likewise.
+
2023-02-10 Bruno Haible <bruno@clisp.org>
chown, lchown, fchownat tests: Avoid test failure on macOS 12.
return WCHAR_FUNC (wc);
# else
/* The char32_t encoding of a multibyte character is known to be UCS-4,
- different from the the wchar_t encoding. */
+ different from the wchar_t encoding. */
if (wc != WEOF)
return UCS_FUNC (wc);
else
# define optind __GETOPT_ID (optind)
# define optopt __GETOPT_ID (optopt)
-/* Work around a a problem on macOS, which declares getopt with a
+/* Work around a problem on macOS, which declares getopt with a
trailing __DARWIN_ALIAS(getopt) that would expand to something like
__asm("_" "rpl_getopt" "$UNIX2003") were it not for the following
hack to suppress the macOS declaration <https://bugs.gnu.org/40205>. */
be left in the default state when the program is
interrupted. */
TTYCTL_FULL /* Signal handling and disabling echo and flush-upon-signal.
- Result: No garbled output, and the the terminal will
+ Result: No garbled output, and the terminal will
be left in the default state when the program is
interrupted. */
} ttyctl_t;
be left in the default state when the program is
interrupted. */
TTYCTL_FULL /* Signal handling and disabling echo and flush-upon-signal.
- Result: No garbled output, and the the terminal will
+ Result: No garbled output, and the terminal will
be left in the default state when the program is
interrupted. */
} ttyctl_t;