From: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:58:22 +0000 (-0500) Subject: Update pty-session.c X-Git-Tag: v2.37-rc1~513^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5679c7bbdbe41e560052ecd12e57d03eab65d20a;p=thirdparty%2Futil-linux.git Update pty-session.c --- diff --git a/lib/pty-session.c b/lib/pty-session.c index bc18cd5f03..e41d7bd335 100644 --- a/lib/pty-session.c +++ b/lib/pty-session.c @@ -600,7 +600,7 @@ int ul_pty_proxy_master(struct ul_pty *pty) /* data */ if (pfd[i].revents & POLLIN) rc = handle_io(pty, pfd[i].fd, &eof); - /* EOF maybe detected in two ways; they are: + /* EOF maybe detected in two ways; they are as follows: * A) poll() return POLLHUP event after close() * B) read() returns 0 (no data) *