Fix yet another occasions of 'setup' vs. 'set up' typo in x509_crt.h

This commit is contained in:
Hanno Becker 2019-05-14 12:40:58 +01:00
parent 1250623ad1
commit 9219f9e7b8

View file

@ -664,7 +664,7 @@ int mbedtls_x509_crt_get_frame( mbedtls_x509_crt const *crt,
mbedtls_x509_crt_frame *dst );
/**
* \brief Setup a PK context with the public key in a certificate.
* \brief Set up a PK context with the public key in a certificate.
*
* \param crt The certificate to use. This must be initialized and set up.
* \param pk The address of the destination PK context to fill.