From 1c5f2ae4f98eb02fabab9f7f2b22ef6d23e85edc Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 4 Jul 2025 10:50:06 +0200 Subject: [PATCH] Linux: Fix typo in comment in termios_internals.h --- sysdeps/unix/sysv/linux/termios_internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2