chiark / gitweb /
basic/copy: fix awkward sentence
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Apr 2018 10:40:11 +0000 (12:40 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/basic/copy.c

index d008204a4d7f993aa389761afb1a4278d6f4fced..cd5ad4dfa80846807e9213177feee735cd5644c2 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;