From: Andre Noll Date: Tue, 3 Sep 2013 22:19:57 +0000 (+0000) Subject: fd.c: Fix bad English in comment. X-Git-Tag: v0.5.1~4^2~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c2d84181a03de282098b8b26303d3bb96df8d5d7 fd.c: Fix bad English in comment. Don't say that a return value is returned. --- diff --git a/fd.c b/fd.c index 4d4a859b..f70dedc1 100644 --- a/fd.c +++ b/fd.c @@ -168,7 +168,7 @@ __printf_2_3 int write_va_buffer(int fd, const char *fmt, ...) * * \return Zero or a negative error code. If the underlying call to readv(2) * returned zero (indicating an end of file condition) or failed for some - * reason other than \p EAGAIN, a negative return value is returned. + * reason other than \p EAGAIN, a negative error code is returned. * * In any case, \a num_bytes contains the number of bytes that have been * successfully read from \a fd (zero if the first readv() call failed with