Fixed minor comment typo
(cherry picked from commit da7fdbd534cb479d333de4c183cf805736ea3e10)
diff --git a/library/x509parse.c b/library/x509parse.c
index 371c470..caa4643 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -2179,7 +2179,7 @@
 }
 
 /*
- * Parse an unencrypted PKCS#8 encoded private RSA key
+ * Parse an encrypted PKCS#8 encoded private RSA key
  */
 static int x509parse_key_pkcs8_encrypted_der(
                                     rsa_context *rsa,