From 9b5e1da8f84a25ae6a552008d6b49b10aacf762f Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 26 Jan 2023 17:49:10 +0100 Subject: [PATCH] fixing a typo in comment Signed-off-by: Valerio Setti --- include/mbedtls/x509_crt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h index 157e3a68c..7c3a6257c 100644 --- a/include/mbedtls/x509_crt.h +++ b/include/mbedtls/x509_crt.h @@ -1015,7 +1015,8 @@ int MBEDTLS_DEPRECATED mbedtls_x509write_crt_set_serial( * \param ctx CRT context to use * \param serial A raw array of bytes containing the serial number in big * endian format - * \param serial_len Length of the previous input buffer buffer + * \param serial_len Length of valid bytes (expressed in bytes) in \p serial + * input buffer * * \return 0 if successful, or * MBEDTLS_ERR_X509_BAD_INPUT_DATA if the provided input buffer