mirror of
https://github.com/systemd/systemd.git
synced 2025-02-28 05:57:33 +03:00
basic/copy: fix awkward sentence
This commit is contained in:
parent
47f7d61ad0
commit
4436e5a703
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user