summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-09 13:06:33 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-09 13:06:33 +0200
commitab591d8e381f9808ae5d84bd6bef0cb8ada46b56 (patch)
treee392d5f2ffc84dba651983db9973cbb6561fcf84
parentd4421b9baba6c553e6922798cb0448485217be98 (diff)
downloadgnutls-ab591d8e381f9808ae5d84bd6bef0cb8ada46b56.tar.gz
doc updates
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index e9c617db81..4a60ae0d8f 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -654,7 +654,7 @@ typedef union
typedef struct
{
- /* holds all the data received by the record layer */
+ /* holds all the parsed data received by the record layer */
mbuffer_head_st record_buffer;
int handshake_hash_buffer_prev_len; /* keeps the length of handshake_hash_buffer, excluding
@@ -702,7 +702,7 @@ typedef struct
/* this buffer holds a record packet -mostly used for
* non blocking IO.
*/
- mbuffer_head_st record_recv_buffer; /* buffer holding the record that is currently
+ mbuffer_head_st record_recv_buffer; /* buffer holding the unparsed record that is currently
* being received */
mbuffer_head_st record_send_buffer; /* holds cached data
* for the gnutls_io_write_buffered()