From: Zbigniew Jędrzejewski-Szmek Date: Fri, 13 Apr 2018 10:40:11 +0000 (+0200) Subject: basic/copy: fix awkward sentence X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0c79e2b9fc96d3574c8e5242b425f34549b0da36;p=elogind.git basic/copy: fix awkward sentence --- diff --git a/src/basic/copy.c b/src/basic/copy.c index d008204a4..cd5ad4dfa 100644 --- a/src/basic/copy.c +++ b/src/basic/copy.c @@ -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;