File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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.
@@ -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!
You can’t perform that action at this time.
0 commit comments