@@ -182,7 +182,7 @@ mbedtls_asn1_named_data;
182
182
* after the length, i.e. the first byte of the content.
183
183
* On error, the value of \c *p is undefined.
184
184
* \param end End of data.
185
- * \param len On successful completion, \c *len contains the lengtth
185
+ * \param len On successful completion, \c *len contains the length
186
186
* read from the ASN.1 input.
187
187
*
188
188
* \return 0 if successful.
@@ -204,7 +204,7 @@ int mbedtls_asn1_get_len( unsigned char **p,
204
204
* after the length, i.e. the first byte of the content.
205
205
* On error, the value of \c *p is undefined.
206
206
* \param end End of data.
207
- * \param len On successful completion, \c *len contains the lengtth
207
+ * \param len On successful completion, \c *len contains the length
208
208
* read from the ASN.1 input.
209
209
* \param tag The expected tag.
210
210
*
@@ -304,8 +304,8 @@ int mbedtls_asn1_get_bitstring_null( unsigned char **p,
304
304
size_t * len );
305
305
306
306
/**
307
- * \brief Parses and splits an ASN.1 "SEQUENCE OF <tag>"
308
- * Updated the pointer to immediately behind the full sequence tag.
307
+ * \brief Parses and splits an ASN.1 "SEQUENCE OF <tag>".
308
+ * Updates the pointer to immediately behind the full sequence tag.
309
309
*
310
310
* \note On error, this function may return a partial list in \p cur.
311
311
* You must set `cur->next = NULL` before calling this function!
0 commit comments