From a2251a399ce669b8f0e2f2b52b4600217b115ff8 Mon Sep 17 00:00:00 2001 From: Oleh Hushchenkov Date: Sun, 18 Apr 2021 14:05:28 +0300 Subject: [PATCH] Fix comment --- terminal.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/terminal.c b/terminal.c index ef33d975..bcb8a868 100644 --- a/terminal.c +++ b/terminal.c @@ -248,9 +248,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data) LOG_ERRNO("failed to read from pseudo terminal"); return false; } else if (count == 0) { - /* - * Reached end-of-file - */ + /* Reached end-of-file */ break; }