From d92078fc550883993e0d14ba229f34dabedd68e5 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 28 Jun 2019 10:48:57 +0100 Subject: [PATCH] Fix copy pasta in x509_crt.h --- include/mbedtls/x509_crt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h index c17285776c..293a710ed7 100644 --- a/include/mbedtls/x509_crt.h +++ b/include/mbedtls/x509_crt.h @@ -695,7 +695,7 @@ int mbedtls_x509_crt_get_pk( mbedtls_x509_crt const *crt, * first entry of the generated linked list holding * the subject name. * - * \note Depending in your use case, consider using the raw ASN.1 + * \note Depending on your use case, consider using the raw ASN.1 * describing the subject name instead of the heap-allocated * linked list generated by this call. The pointers to the * raw ASN.1 data are part of the CRT frame that can be queried @@ -720,8 +720,8 @@ int mbedtls_x509_crt_get_subject( mbedtls_x509_crt const *crt, * first entry of the generated linked list holding * the subject name. * - * \note Depending in your use case, consider using the raw ASN.1 - * describing the subject name instead of the heap-allocated + * \note Depending on your use case, consider using the raw ASN.1 + * describing the issuer name instead of the heap-allocated * linked list generated by this call. The pointers to the * raw ASN.1 data are part of the CRT frame that can be queried * via mbedtls_x509_crt_get_frame(), and they can be traversed