From 5679c7bbdbe41e560052ecd12e57d03eab65d20a Mon Sep 17 00:00:00 2001 From: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> Date: Thu, 13 Aug 2020 12:58:22 -0500 Subject: [PATCH] Update pty-session.c --- lib/pty-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) * -- 2.47.3