From: Philippe Proulx Date: Mon, 15 Aug 2016 05:13:16 +0000 (-0400) Subject: gnutls_record_recv(): doc: push -> pull X-Git-Tag: gnutls_3_5_4~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0cf42c776f1fc253f38b009cb76ab2c571a936d;p=thirdparty%2Fgnutls.git gnutls_record_recv(): doc: push -> pull Signed-off-by: Philippe Proulx --- diff --git a/lib/record.c b/lib/record.c index b30a297771..746e7c2b8b 100644 --- a/lib/record.c +++ b/lib/record.c @@ -1746,7 +1746,7 @@ int gnutls_record_uncork(gnutls_session_t session, unsigned int flags) * depending on the client's will. A server receiving this error code * can only initiate a new handshake or terminate the session. * - * If %EINTR is returned by the internal push function (the default + * If %EINTR is returned by the internal pull function (the default * is recv()) then %GNUTLS_E_INTERRUPTED will be returned. If * %GNUTLS_E_INTERRUPTED or %GNUTLS_E_AGAIN is returned, you must * call this function again to get the data. See also