summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2015-09-19 23:44:27 +0200
committerFabiano Fidêncio <fidencio@redhat.com>2015-10-12 13:56:21 +0200
commit8dabdc7c417948f2966dba6ef1dede23d23d45f7 (patch)
treefe6828b71a2a3203621a92df0b589dde27829d0e
parent32b80f3aeab6218fd035152e150b0c596a5e0660 (diff)
downloadlibssh-8dabdc7c417948f2966dba6ef1dede23d23d45f7.tar.gz
libssh-8dabdc7c417948f2966dba6ef1dede23d23d45f7.tar.xz
libssh-8dabdc7c417948f2966dba6ef1dede23d23d45f7.zip
buffer: cosmetic change in ssh_buffer_get_u8() documentation
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 73db6d1a..a2810245 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.
*/