mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 06:02:44 +00:00
Copyediting in comments
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
842edf474c
commit
44ffc79d29
@ -178,7 +178,7 @@ typedef struct mbedtls_asn1_sequence
|
|||||||
|
|
||||||
/** The next entry in the sequence.
|
/** The next entry in the sequence.
|
||||||
*
|
*
|
||||||
* The details memory management for sequences are not documented and
|
* The details of memory management for sequences are not documented and
|
||||||
* may change in future versions. Set this field to \p NULL when
|
* may change in future versions. Set this field to \p NULL when
|
||||||
* initializing a structure, and do not modify it except via Mbed TLS
|
* initializing a structure, and do not modify it except via Mbed TLS
|
||||||
* library functions.
|
* library functions.
|
||||||
@ -197,9 +197,9 @@ typedef struct mbedtls_asn1_named_data
|
|||||||
|
|
||||||
/** The next entry in the sequence.
|
/** The next entry in the sequence.
|
||||||
*
|
*
|
||||||
* The details memory management for named data sequences are not documented
|
* The details of memory management for named data sequences are not
|
||||||
* and may change in future versions. Set this field to \p NULL when
|
* documented and may change in future versions. Set this field to \p NULL
|
||||||
* initializing a structure, and do not modify it except via Mbed TLS
|
* when initializing a structure, and do not modify it except via Mbed TLS
|
||||||
* library functions.
|
* library functions.
|
||||||
*/
|
*/
|
||||||
struct mbedtls_asn1_named_data *next;
|
struct mbedtls_asn1_named_data *next;
|
||||||
|
@ -45,7 +45,7 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* Some fields of this structure are publicly readable. Do not modify
|
* Some fields of this structure are publicly readable. Do not modify
|
||||||
* them except via Mbed TLS library functions: the effect of modifying
|
* them except via Mbed TLS library functions: the effect of modifying
|
||||||
* those fields or the data that those fields points to is unspecified.
|
* those fields or the data that those fields point to is unspecified.
|
||||||
*/
|
*/
|
||||||
typedef struct mbedtls_x509_csr
|
typedef struct mbedtls_x509_csr
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user