Add improvements to code comments and docs

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2026-01-12 08:19:07 +00:00
parent 085aef59ca
commit c23592d7ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name *dn);
/**
* \brief Convert the pk_key_type to a string.
* \brief Return the key's type as a string.
*
* \param[in] pk A mbedtls_pk_context struct containing the pk_key_type to
convert