From: Florian Weimer Date: Fri, 4 Jul 2025 08:50:06 +0000 (+0200) Subject: Linux: Fix typo in comment in termios_internals.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c5f2ae4f98eb02fabab9f7f2b22ef6d23e85edc;p=thirdparty%2Fglibc.git Linux: Fix typo in comment in termios_internals.h --- diff --git a/sysdeps/unix/sysv/linux/termios_internals.h b/sysdeps/unix/sysv/linux/termios_internals.h index 10b6732324..e8dbfe74de 100644 --- a/sysdeps/unix/sysv/linux/termios_internals.h +++ b/sysdeps/unix/sysv/linux/termios_internals.h @@ -59,7 +59,7 @@ struct termios2 format and function as TCGETS2. On all other platforms, the termios2 interface exists as far back as this version of glibc supports. - For TCGETS* it is more complicated; this is handled in tcsetattr.c. + For TCSETS* it is more complicated; this is handled in tcsetattr.c. Some other architectures only have the equivalent of the termios2 interface, in which case the old ioctl names are the only ones