From: Nikos Mavrogiannopoulos Date: Wed, 8 Apr 2015 14:18:37 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=610fa0a83ef3d04ccc940fd2033e4088c8a031d6;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index cff0d96b2b..59c33adc65 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -1498,7 +1498,7 @@ gnutls_record_discard_queued(gnutls_session_t session) * * This is a lower-level function than gnutls_record_recv() and allows * to directly receive the whole decrypted packet. That avoids a - * memory copy, and is mostly applicable to applications seeking high + * memory copy, and is intended to be used by applications seeking high * performance. * * The received packet is accessed using gnutls_packet_get() and