diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-20 14:04:26 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-20 14:04:26 +0100 |
commit | d5f333c3159004625c3ebcc4edaf1dbd2bc6655c (patch) | |
tree | df3995c3eb12c4f275adfa70041d5960e835865f /lib/pkcs11_privkey.c | |
parent | 47a0d7fbeb7ea1b9b49b102c5223496a42f95122 (diff) | |
download | gnutls-d5f333c3159004625c3ebcc4edaf1dbd2bc6655c.tar.gz |
doc: avoid mentioning pointers when not needed
Diffstat (limited to 'lib/pkcs11_privkey.c')
-rw-r--r-- | lib/pkcs11_privkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c index dacc62476f..8b98d8dbea 100644 --- a/lib/pkcs11_privkey.c +++ b/lib/pkcs11_privkey.c @@ -125,7 +125,7 @@ gnutls_pkcs11_privkey_cpy(gnutls_pkcs11_privkey_t dst, /** * gnutls_pkcs11_privkey_deinit: - * @key: A pointer to the type to be initialized + * @key: the key to be deinitialized * * This function will deinitialize a private key structure. **/ |