From: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:51:00 +0000 (-0500) Subject: Update the comment of termios.c (#21886) X-Git-Tag: v3.10.0a1~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97003466d481670b9234b343319c6e02f9c5d732;p=thirdparty%2FPython%2Fcpython.git Update the comment of termios.c (#21886) --- diff --git a/Modules/termios.c b/Modules/termios.c index 75e5e523206f..178ae4ee6e41 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"