summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/pkcs11.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 13:36:51 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 13:36:51 +0200
commit640896a42a56f57e89c96b317ba841bd1993e052 (patch)
tree014539ddf295ccaf4f892e73e83c969a343b0b44 /lib/includes/gnutls/pkcs11.h
parent218af254466c061e716e5a9a24592da58a6f2f54 (diff)
downloadgnutls-640896a42a56f57e89c96b317ba841bd1993e052.tar.gz
pkcs11.h: doc update
Diffstat (limited to 'lib/includes/gnutls/pkcs11.h')
-rw-r--r--lib/includes/gnutls/pkcs11.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 07297c37fc..6b64f9c5a5 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -262,9 +262,9 @@ int gnutls_pkcs11_copy_secret_key(const char *token_url,
* @GNUTLS_PKCS11_OBJ_TOKEN_MANUFACTURER: The token's manufacturer.
* @GNUTLS_PKCS11_OBJ_TOKEN_MODEL: The token's model.
* @GNUTLS_PKCS11_OBJ_ID: The object ID.
- * @GNUTLS_PKCS11_OBJ_LIBRARY_VERSION: The library's used to access the object version.
- * @GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION: The library's used to access the object description (name).
- * @GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER: The library's used to access the object manufacturer name.
+ * @GNUTLS_PKCS11_OBJ_LIBRARY_VERSION: The library's version.
+ * @GNUTLS_PKCS11_OBJ_LIBRARY_DESCRIPTION: The library's description.
+ * @GNUTLS_PKCS11_OBJ_LIBRARY_MANUFACTURER: The library's manufacturer name.
*
* Enumeration of several object information types.
*/