commit | 97003466d481670b9234b343319c6e02f9c5d732 | [log] [tgz] |
---|---|---|
author | Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> | Sun Aug 16 10:51:00 2020 -0500 |
committer | GitHub <noreply@github.com> | Mon Aug 17 00:51:00 2020 +0900 |
tree | 9251cb5648225cc00b9435eb3e2e48a53a3b3a0c | |
parent | 2353d77fad7ed9d11d8a4d66b5dd1306cdb94125 [diff] |
Update the comment of termios.c (#21886)
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"