]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 8 Apr 2015 14:18:37 +0000 (16:18 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 8 Apr 2015 14:18:37 +0000 (16:18 +0200)
lib/gnutls_record.c

index cff0d96b2b0dea83ad016d16c408f9e7e0fbc3f6..59c33adc6570f430c4eb175fbb415bfacac1cbd2 100644 (file)
@@ -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