basic/copy: fix awkward sentence

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-04-13 12:40:11 +02:00
parent 47f7d61ad0
commit 4436e5a703
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static int fd_is_nonblock_pipe(int fd) {
struct stat st;
int flags;
/* Checks whether the specified file descriptor refers to a pipe, and if so if is has O_NONBLOCK set. */
/* Checks whether the specified file descriptor refers to a pipe, and if so if O_NONBLOCK is set. */
if (fstat(fd, &st) < 0)
return -errno;