]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls_record_recv(): doc: push -> pull
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 15 Aug 2016 05:13:16 +0000 (01:13 -0400)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 23 Aug 2016 07:46:59 +0000 (09:46 +0200)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
lib/record.c

index b30a297771f2f467e03fb225fd88f7d9db02a858..746e7c2b8bb23c25a8ce23c06228f5689f4879a8 100644 (file)
@@ -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