From 431307e1b3da3c782961623c7b19cb7c7fbf84b8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 1 May 2019 10:57:51 -0400 Subject: Fix Copy&Paste error Signed-off-by: Simo Sorce --- lib/pubkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pubkey.c b/lib/pubkey.c index 2dfe5d56ec..74d19d8b39 100644 --- a/lib/pubkey.c +++ b/lib/pubkey.c @@ -2366,7 +2366,7 @@ int gnutls_pubkey_import_x509_raw(gnutls_pubkey_t pkey, * gnutls_pubkey_verify_params: * @key: should contain a #gnutls_pubkey_t type * - * This function will verify the private key parameters. + * This function will verify the public key parameters. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. -- cgit v1.2.1