From cfd883196d5187ef033848204de068c7dca356e3 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Mon, 17 May 2021 09:43:08 +0200 Subject: [PATCH] Fixes typo in src/buffer.c Signed-off-by: Sahana Prasad Reviewed-by: Jakub Jelen --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index ce12f491..f309215a 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -737,7 +737,7 @@ int ssh_buffer_get_u64(struct ssh_buffer_struct *buffer, uint64_t *data){ } /** - * @brief Valdiates that the given length can be obtained from the buffer. + * @brief Validates that the given length can be obtained from the buffer. * * @param[in] buffer The buffer to read from. *