From: Amos Jeffries Date: Sat, 7 Jun 2014 10:22:01 +0000 (-0700) Subject: Docs: fix Comm::ReadNow() retval text X-Git-Tag: SQUID_3_5_0_1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3675f0ed6a9a250e2e8060e39e1ebd6fd0801878;p=thirdparty%2Fsquid.git Docs: fix Comm::ReadNow() retval text --- diff --git a/src/comm/Read.h b/src/comm/Read.h index 4758325b14..77d89a4fbd 100644 --- a/src/comm/Read.h +++ b/src/comm/Read.h @@ -29,8 +29,8 @@ bool MonitorsRead(int fd); * \retval Comm::OK data has been read and placed in buf, amount in params.size * \retval Comm::ERROR an error occured, the code is placed in params.xerrno * \retval Comm::INPROGRESS unable to read at this time, or a minor error occured - * \retval Comm::ERR_CLOSING 0-byte read has occured. - * Usually indicates the remote end has disconnected. + * \retval Comm::ENDFILE 0-byte read has occured. + * Usually indicates the remote end has disconnected. */ Comm::Flag ReadNow(CommIoCbParams ¶ms, SBuf &buf);