]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/copy: fix awkward sentence 8716/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Apr 2018 10:40:11 +0000 (12:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 17 Apr 2018 14:58:02 +0000 (16:58 +0200)
src/basic/copy.c

index 55394871fdff0930326cdca16ae3f412b90f983a..5b6cae39d056dfcbf570053c1594210f43b5f5f4 100644 (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;