From: Nikos Mavrogiannopoulos Date: Mon, 9 Apr 2012 11:06:33 +0000 (+0200) Subject: doc updates X-Git-Tag: gnutls_3_0_19~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab591d8e381f9808ae5d84bd6bef0cb8ada46b56;p=thirdparty%2Fgnutls.git doc updates --- 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()