From da20651b73048a45736fd12c1e9cc1a0877d7ffc Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 20 Oct 2021 11:18:37 +0200 Subject: [PATCH] Fix documentation Signed-off-by: Gabor Mezei --- library/constant_time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/constant_time.h b/library/constant_time.h index 011f601ce..6fd23c97a 100644 --- a/library/constant_time.h +++ b/library/constant_time.h @@ -236,9 +236,9 @@ void mbedtls_cf_memcpy_offset( unsigned char *dest, * This must be no less than \p min_data_len and no * greater than \p max_data_len. * \param min_data_len The minimal length of the second part of the - * message, read from /p data. + * message, read from \p data. * \param max_data_len The maximal length of the second part of the - * message, read from /p data. + * message, read from \p data. * \param output The HMAC will be written here. This must point to * a writable buffer of sufficient size to hold the * HMAC value.