Fix comment

This commit is contained in:
Oleh Hushchenkov 2021-04-18 14:05:28 +03:00 committed by Daniel Eklöf
parent 98db408e1a
commit a2251a399c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

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");
return false;
} else if (count == 0) {
/*
* Reached end-of-file
*/
/* Reached end-of-file */
break;
}