summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Proulx <eeppeliteloop@gmail.com>2016-08-15 01:13:16 -0400
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-23 09:46:59 +0200
commitb0cf42c776f1fc253f38b009cb76ab2c571a936d (patch)
treeb0609f7868d0788a18ea5a6ded238685ddd96190
parentf26c3979ab0325edb2e410d287bc501cf00e0ac0 (diff)
downloadgnutls-b0cf42c776f1fc253f38b009cb76ab2c571a936d.tar.gz
gnutls_record_recv(): doc: push -> pull
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--lib/record.c2
1 files changed, 1 insertions, 1 deletions
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