Adding missing ending of comment

Signed-off-by: toth92g <toth92g@gmail.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c
index 20ca51b..6b5ac08 100644
--- a/library/x509_crt.c
+++ b/library/x509_crt.c
@@ -802,7 +802,7 @@
         }
         else
         {
-            /* Getting directoryName using the required specific class tag [4] *
+            /* Getting directoryName using the required specific class tag [4] */
             if ((ret = mbedtls_asn1_get_tag(p, end, &len,
                 MBEDTLS_ASN1_CONTEXT_SPECIFIC | MBEDTLS_ASN1_CONSTRUCTED | 4 ) ) != 0)
             {