Fixed typos in tls_writer method descriptions

This commit is contained in:
Martin Willi
2010-09-02 13:07:24 +02:00
parent bbdc85b66e
commit ea6d7cb4be
+2 -2
View File
@@ -66,14 +66,14 @@ struct tls_writer_t {
void (*write_data)(tls_writer_t *this, chunk_t value); void (*write_data)(tls_writer_t *this, chunk_t value);
/** /**
* Append a chunk of data with a 16-bit length header. * Append a chunk of data with a 8-bit length header.
* *
* @param value value to append * @param value value to append
*/ */
void (*write_data8)(tls_writer_t *this, chunk_t value); void (*write_data8)(tls_writer_t *this, chunk_t value);
/** /**
* Append a chunk of data with a 8-bit length header. * Append a chunk of data with a 16-bit length header.
* *
* @param value value to append * @param value value to append
*/ */