summaryrefslogtreecommitdiffstats
path: root/Modules/termios.c
diff options
context:
space:
mode:
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>2020-08-16 15:51:00 (GMT)
committerGitHub <noreply@github.com>2020-08-16 15:51:00 (GMT)
commit97003466d481670b9234b343319c6e02f9c5d732 (patch)
tree9251cb5648225cc00b9435eb3e2e48a53a3b3a0c /Modules/termios.c
parent2353d77fad7ed9d11d8a4d66b5dd1306cdb94125 (diff)
downloadcpython-97003466d481670b9234b343319c6e02f9c5d732.zip
cpython-97003466d481670b9234b343319c6e02f9c5d732.tar.gz
cpython-97003466d481670b9234b343319c6e02f9c5d732.tar.bz2
Update the comment of termios.c (#21886)
Diffstat (limited to 'Modules/termios.c')
-rw-r--r--Modules/termios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/termios.c b/Modules/termios.c
index 75e5e52..178ae4e 100644
--- a/Modules/termios.c
+++ b/Modules/termios.c
@@ -1,4 +1,4 @@
-/* termiosmodule.c -- POSIX terminal I/O module implementation. */
+/* termios.c -- POSIX terminal I/O module implementation. */
#include "Python.h"