]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the comment of termios.c (#21886)
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Sun, 16 Aug 2020 15:51:00 +0000 (10:51 -0500)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 15:51:00 +0000 (00:51 +0900)
Modules/termios.c

index 75e5e523206f418eef009c0a54f3adf6a1c90e77..178ae4ee6e41dd2f4d71d8d3fe3fae54aa6130e3 100644 (file)
@@ -1,4 +1,4 @@
-/* termiosmodule.c -- POSIX terminal I/O module implementation.  */
+/* termios.c -- POSIX terminal I/O module implementation.  */
 
 #include "Python.h"