1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Update wording in comments

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-03-13 12:15:49 +00:00
parent 8e528ece74
commit efbc5f7322
3 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
#endif
/**
* Initializes the pkcs7 structure.
* Initializes the mbedtls_pkcs7 structure.
*/
void mbedtls_pkcs7_init(mbedtls_pkcs7 *pkcs7)
{