Fixed minor comment typo
diff --git a/library/x509parse.c b/library/x509parse.c
index 459a983..77725e0 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -2204,7 +2204,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,