diff options
| author | Fabiano Fidêncio <fidencio@redhat.com> | 2015-09-19 23:44:27 +0200 |
|---|---|---|
| committer | Fabiano Fidêncio <fidencio@redhat.com> | 2015-10-12 13:56:21 +0200 |
| commit | 8dabdc7c417948f2966dba6ef1dede23d23d45f7 (patch) | |
| tree | fe6828b71a2a3203621a92df0b589dde27829d0e /src | |
| parent | 32b80f3aeab6218fd035152e150b0c596a5e0660 (diff) | |
| download | libssh-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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
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. */ |
