From 56d0e91e10f28f56a1a3237efa48d7955f4bd386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 19 Sep 2015 23:44:27 +0200 Subject: [PATCH] buffer: cosmetic change in ssh_buffer_get_u8() documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiano FidĂȘncio Reviewed-by: Andreas Schneider --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index bf1888de..e24d6c96 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -583,7 +583,7 @@ uint32_t ssh_buffer_get_data(struct ssh_buffer_struct *buffer, void *data, uint3 * * @param[in] buffer The buffer to read. * - * @param[in] data A pointer to a uint8_t where to store the data. + * @param[in] data A pointer to a uint8_t where to store the data. * * @returns 0 if there is not enough data in buffer, 1 otherwise. */