From ea6d7cb4bec2da8f4538cc142200eb7f94a2f9f7 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 2 Sep 2010 10:28:51 +0200 Subject: Fixed typos in tls_writer method descriptions --- src/libtls/tls_writer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libtls/tls_writer.h b/src/libtls/tls_writer.h index e6522dbfb..d3f09d5da 100644 --- a/src/libtls/tls_writer.h +++ b/src/libtls/tls_writer.h @@ -66,14 +66,14 @@ struct tls_writer_t { 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 */ 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 */ -- cgit v1.2.3