diff options
Diffstat (limited to 'tools/sockprox.c')
-rw-r--r-- | tools/sockprox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sockprox.c b/tools/sockprox.c index 38648f066..9ec89ce25 100644 --- a/tools/sockprox.c +++ b/tools/sockprox.c @@ -271,9 +271,9 @@ io_loop (FILE *client, FILE *server, FILE *protocol) -/* Set the `O_NONBLOCK' flag of DESC if VALUE is nonzero, +/* Set the 'O_NONBLOCK' flag of DESC if VALUE is nonzero, or clear the flag if VALUE is 0. - Return 0 on success, or -1 on error with `errno' set. */ + Return 0 on success, or -1 on error with 'errno' set. */ int set_nonblock_flag (int desc, int value) |