summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/privkey.c')
-rw-r--r--lib/x509/privkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 31762dae3d..9327bdf4bc 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/privkey.c
@@ -830,7 +830,7 @@ cleanup:
* @y: holds the y
* @k: holds the k
*
- * This function will convert the given DSA raw parameters to the
+ * This function will convert the given elliptic curve parameters to the
* native #gnutls_x509_privkey_t format. The output will be stored
* in @key.
*