Fix comment

This commit is contained in:
Oleh Hushchenkov 2021-04-18 14:05:28 +03:00
parent dfc517f671
commit e9dfb21022

View file

@ -248,9 +248,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
LOG_ERRNO("failed to read from pseudo terminal"); LOG_ERRNO("failed to read from pseudo terminal");
return false; return false;
} else if (count == 0) { } else if (count == 0) {
/* /* Reached end-of-file */
* Reached end-of-file
*/
break; break;
} }