summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_algorithms.c6
-rw-r--r--lib/gnutls_anon_cred.c8
-rw-r--r--lib/gnutls_auth.c6
-rw-r--r--lib/gnutls_cert.c18
-rw-r--r--lib/gnutls_psk.c14
-rw-r--r--lib/gnutls_srp.c12
-rw-r--r--lib/gnutls_state.c2
-rw-r--r--lib/gnutls_x509.c24
-rw-r--r--lib/openpgp/gnutls_openpgp.c2
-rw-r--r--lib/openpgp/pgp.c2
-rw-r--r--libextra/gnutls_ia.c10
11 files changed, 52 insertions, 52 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index e45f4c1484..ee2df3024a 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -678,7 +678,7 @@ gnutls_mac_get_name (gnutls_mac_algorithm_t algorithm)
* Convert a string to a #gnutls_mac_algorithm_t value. The names are
* compared in a case insensitive way.
*
- * Returns: an #gnutls_mac_algorithm_tid of the specified in a string
+ * Returns: a #gnutls_mac_algorithm_tid of the specified in a string
* MAC algorithm, or %GNUTLS_MAC_UNKNOWN on failures.
**/
gnutls_mac_algorithm_t
@@ -1655,7 +1655,7 @@ gnutls_certificate_type_get_name (gnutls_certificate_type_t type)
*
* The names are compared in a case insensitive way.
*
- * Returns: an #gnutls_certificate_type_t for the specified in a
+ * Returns: a #gnutls_certificate_type_t for the specified in a
* string certificate type, or %GNUTLS_CRT_UNKNOWN on error.
**/
gnutls_certificate_type_t
@@ -1971,7 +1971,7 @@ gnutls_pk_list (void)
* compared in a case insensitive way. For example,
* gnutls_pk_get_id("RSA") will return %GNUTLS_PK_RSA.
*
- * Returns: an #gnutls_pk_algorithm_tid of the specified in a string
+ * Returns: a #gnutls_pk_algorithm_tid of the specified in a string
* public key algorithm, or %GNUTLS_PK_UNKNOWN on failures.
*
* Since: 2.6.0
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index 9b88a6a9b0..c09730069a 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -35,7 +35,7 @@
/**
* gnutls_anon_free_server_credentials - Used to free an allocated gnutls_anon_server_credentials_t structure
- * @sc: is an #gnutls_anon_server_credentials_t structure.
+ * @sc: is a #gnutls_anon_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -49,7 +49,7 @@ gnutls_anon_free_server_credentials (gnutls_anon_server_credentials_t sc)
/**
* gnutls_anon_allocate_server_credentials - Used to allocate an gnutls_anon_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_anon_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_anon_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -69,7 +69,7 @@ gnutls_anon_allocate_server_credentials (gnutls_anon_server_credentials_t *
/**
* gnutls_anon_free_client_credentials - Used to free an allocated gnutls_anon_client_credentials_t structure
- * @sc: is an #gnutls_anon_client_credentials_t structure.
+ * @sc: is a #gnutls_anon_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -84,7 +84,7 @@ static const gnutls_anon_client_credentials_t anon_dummy = &anon_dummy_struct;
/**
* gnutls_anon_allocate_client_credentials - Used to allocate a credentials structure
- * @sc: is a pointer to an #gnutls_anon_client_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_anon_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to allocate it.
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index 37a5b246d6..6aa6723d2c 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -167,7 +167,7 @@ gnutls_credentials_set (gnutls_session_t session,
* used to access the authentication data.
*
* Returns: The type of credentials for the current authentication
- * schema, an #gnutls_credentials_type_t type.
+ * schema, a #gnutls_credentials_type_t type.
**/
gnutls_credentials_type_t
gnutls_auth_get_type (gnutls_session_t session)
@@ -192,7 +192,7 @@ gnutls_auth_get_type (gnutls_session_t session)
* to access authentication data.
*
* Returns: The type of credentials for the server authentication
- * schema, an #gnutls_credentials_type_t type.
+ * schema, a #gnutls_credentials_type_t type.
**/
gnutls_credentials_type_t
gnutls_auth_server_get_type (gnutls_session_t session)
@@ -212,7 +212,7 @@ gnutls_auth_server_get_type (gnutls_session_t session)
* to access authentication data.
*
* Returns: The type of credentials for the client authentication
- * schema, an #gnutls_credentials_type_t type.
+ * schema, a #gnutls_credentials_type_t type.
**/
gnutls_credentials_type_t
gnutls_auth_client_get_type (gnutls_session_t session)
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 40bcdf85ef..42db17cb79 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -46,7 +46,7 @@
/**
* gnutls_certificate_free_keys - Used to free all the keys from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
*
* This function will delete all the keys and the certificates associated
* with the given credentials. This function must not be called when a
@@ -87,7 +87,7 @@ gnutls_certificate_free_keys (gnutls_certificate_credentials_t sc)
/**
* gnutls_certificate_free_cas - Used to free all the CAs from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
*
* This function will delete all the CAs associated
* with the given credentials. Servers that do not use
@@ -114,7 +114,7 @@ gnutls_certificate_free_cas (gnutls_certificate_credentials_t sc)
/**
* gnutls_certificate_get_x509_cas - Used to export all the CAs from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
* @x509_ca_list: will point to the CA list. Should be treated as constant
* @ncas: the number of CAs
*
@@ -134,7 +134,7 @@ gnutls_certificate_get_x509_cas (gnutls_certificate_credentials_t sc,
/**
* gnutls_certificate_get_x509_crls - Used to export all the CRLs from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
* @x509_crl_list: the exported CRL list. Should be treated as constant
* @ncrls: the number of exported CRLs
*
@@ -156,7 +156,7 @@ gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc,
/**
* gnutls_certificate_get_openpgp_keyring - export keyring from a #gnutls_certificate_credentials_t
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
* @keyring: the exported keyring. Should be treated as constant
*
* This function will export the OpenPGP keyring associated with the
@@ -175,7 +175,7 @@ gnutls_certificate_get_openpgp_keyring (gnutls_certificate_credentials_t sc,
/**
* gnutls_certificate_free_ca_names - Used to free all the CA names from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
*
* This function will delete all the CA name in the
* given credentials. Clients may call this to save some memory
@@ -233,7 +233,7 @@ _gnutls_certificate_get_rsa_params (gnutls_rsa_params_t rsa_params,
/**
* gnutls_certificate_free_credentials - Used to free an allocated gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate) it.
@@ -262,7 +262,7 @@ gnutls_certificate_free_credentials (gnutls_certificate_credentials_t sc)
/**
* gnutls_certificate_allocate_credentials - Used to allocate a gnutls_certificate_credentials_t structure
- * @res: is a pointer to an #gnutls_certificate_credentials_t structure.
+ * @res: is a pointer to a #gnutls_certificate_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -346,7 +346,7 @@ _gnutls_selected_cert_supported_kx (gnutls_session_t session,
/**
* gnutls_certificate_server_set_request - Used to set whether to request a client certificate
- * @session: is an #gnutls_session_t structure.
+ * @session: is a #gnutls_session_t structure.
* @req: is one of GNUTLS_CERT_REQUEST, GNUTLS_CERT_REQUIRE
*
* This function specifies if we (in case of a server) are going
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c
index 51a6dedbc9..5e8bc3c381 100644
--- a/lib/gnutls_psk.c
+++ b/lib/gnutls_psk.c
@@ -39,7 +39,7 @@
/**
* gnutls_psk_free_client_credentials - Used to free an allocated gnutls_psk_client_credentials_t structure
- * @sc: is an #gnutls_psk_client_credentials_t structure.
+ * @sc: is a #gnutls_psk_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -54,7 +54,7 @@ gnutls_psk_free_client_credentials (gnutls_psk_client_credentials_t sc)
/**
* gnutls_psk_allocate_client_credentials - Used to allocate an gnutls_psk_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_psk_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_psk_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -74,7 +74,7 @@ gnutls_psk_allocate_client_credentials (gnutls_psk_client_credentials_t * sc)
/**
* gnutls_psk_set_client_credentials - Used to set the username/password, in a gnutls_psk_client_credentials_t structure
- * @res: is an #gnutls_psk_client_credentials_t structure.
+ * @res: is a #gnutls_psk_client_credentials_t structure.
* @username: is the user's zero-terminated userid
* @key: is the user's key
* @format: indicate the format of the key, either
@@ -148,7 +148,7 @@ error:
/**
* gnutls_psk_free_server_credentials - Used to free an allocated gnutls_psk_server_credentials_t structure
- * @sc: is an #gnutls_psk_server_credentials_t structure.
+ * @sc: is a #gnutls_psk_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -162,7 +162,7 @@ gnutls_psk_free_server_credentials (gnutls_psk_server_credentials_t sc)
/**
* gnutls_psk_allocate_server_credentials - Used to allocate an gnutls_psk_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_psk_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_psk_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -183,7 +183,7 @@ gnutls_psk_allocate_server_credentials (gnutls_psk_server_credentials_t * sc)
/**
* gnutls_psk_set_server_credentials_file - Used to set the password files, in a gnutls_psk_server_credentials_t structure
- * @res: is an #gnutls_psk_server_credentials_t structure.
+ * @res: is a #gnutls_psk_server_credentials_t structure.
* @password_file: is the PSK password file (passwd.psk)
*
* This function sets the password file, in a
@@ -222,7 +222,7 @@ gnutls_psk_set_server_credentials_file (gnutls_psk_server_credentials_t
/**
* gnutls_psk_set_server_credentials_hint - Set a identity hint, in a %gnutls_psk_server_credentials_t structure
- * @res: is an #gnutls_psk_server_credentials_t structure.
+ * @res: is a #gnutls_psk_server_credentials_t structure.
* @hint: is the PSK identity hint string
*
* This function sets the identity hint, in a
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index c5b4141813..3131083596 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.c
@@ -391,7 +391,7 @@ freeall:
/**
* gnutls_srp_free_client_credentials - Used to free an allocated gnutls_srp_client_credentials_t structure
- * @sc: is an #gnutls_srp_client_credentials_t structure.
+ * @sc: is a #gnutls_srp_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate) it.
@@ -407,7 +407,7 @@ gnutls_srp_free_client_credentials (gnutls_srp_client_credentials_t sc)
/**
* gnutls_srp_allocate_client_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to allocate it.
@@ -428,7 +428,7 @@ gnutls_srp_allocate_client_credentials (gnutls_srp_client_credentials_t * sc)
/**
* gnutls_srp_set_client_credentials - Used to set the username/password, in a gnutls_srp_client_credentials_t structure
- * @res: is an #gnutls_srp_client_credentials_t structure.
+ * @res: is a #gnutls_srp_client_credentials_t structure.
* @username: is the user's userid
* @password: is the user's password
*
@@ -468,7 +468,7 @@ gnutls_srp_set_client_credentials (gnutls_srp_client_credentials_t res,
/**
* gnutls_srp_free_server_credentials - Used to free an allocated gnutls_srp_server_credentials_t structure
- * @sc: is an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate) it.
@@ -485,7 +485,7 @@ gnutls_srp_free_server_credentials (gnutls_srp_server_credentials_t sc)
/**
* gnutls_srp_allocate_server_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -506,7 +506,7 @@ gnutls_srp_allocate_server_credentials (gnutls_srp_server_credentials_t * sc)
/**
* gnutls_srp_set_server_credentials_file - Used to set the password files, in a gnutls_srp_server_credentials_t structure
- * @res: is an #gnutls_srp_server_credentials_t structure.
+ * @res: is a #gnutls_srp_server_credentials_t structure.
* @password_file: is the SRP password file (tpasswd)
* @password_conf_file: is the SRP password conf file (tpasswd.conf)
*
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 3dd440eccc..d9abd556c7 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -66,7 +66,7 @@ _gnutls_session_cert_type_set (gnutls_session_t session,
*
* Get currently used cipher.
*
- * Returns: the currently used cipher, an #gnutls_cipher_algorithm_t
+ * Returns: the currently used cipher, a #gnutls_cipher_algorithm_t
* type.
**/
gnutls_cipher_algorithm_t
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 2d879c87a7..450ec6c63b 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -654,7 +654,7 @@ read_key_file (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_key_mem - Used to set keys in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @cert: contains a certificate list (path) for the specified private key
* @key: is the private key, or %NULL
* @type: is PEM or DER
@@ -712,7 +712,7 @@ gnutls_certificate_set_x509_key_mem (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_key - Used to set keys in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @cert_list: contains a certificate list (path) for the specified private key
* @cert_list_size: holds the size of the certificate list
* @key: is a gnutls_x509_privkey_t key
@@ -799,7 +799,7 @@ gnutls_certificate_set_x509_key (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_key_file - Used to set keys in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @certfile: is a file that containing the certificate list (path) for
* the specified private key, in PKCS7 format, or a list of certificates
* @keyfile: is a file that contains the private key
@@ -1099,7 +1099,7 @@ parse_der_ca_mem (gnutls_x509_crt_t ** cert_list, unsigned *ncerts,
/**
* gnutls_certificate_set_x509_trust_mem - Used to add trusted CAs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @ca: is a list of trusted CAs or a DER certificate
* @type: is DER or PEM
*
@@ -1138,7 +1138,7 @@ gnutls_certificate_set_x509_trust_mem (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_trust - Used to add trusted CAs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @ca_list: is a list of trusted CAs
* @ca_list_size: holds the size of the CA list
*
@@ -1201,7 +1201,7 @@ gnutls_certificate_set_x509_trust (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_trust_file - Used to add trusted CAs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @cafile: is a file containing the list of trusted CAs (DER or PEM list)
* @type: is PEM or DER
*
@@ -1421,7 +1421,7 @@ read_crl_mem (gnutls_certificate_credentials_t res, const void *crl,
/**
* gnutls_certificate_set_x509_crl_mem - Used to add CRLs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @CRL: is a list of trusted CRLs. They should have been verified before.
* @type: is DER or PEM
*
@@ -1448,7 +1448,7 @@ gnutls_certificate_set_x509_crl_mem (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_crl - Used to add CRLs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @crl_list: is a list of trusted CRLs. They should have been verified before.
* @crl_list_size: holds the size of the crl_list
*
@@ -1503,7 +1503,7 @@ gnutls_certificate_set_x509_crl (gnutls_certificate_credentials_t res,
/**
* gnutls_certificate_set_x509_crl_file - Used to add CRLs in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @crlfile: is a file containing the list of verified CRLs (DER or PEM list)
* @type: is PEM or DER
*
@@ -1850,7 +1850,7 @@ done:
/**
* gnutls_certificate_set_x509_simple_pkcs12_file:
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @pkcs12file: filename of file containing PKCS#12 blob.
* @type: is PEM or DER of the @pkcs12file.
* @password: optional password used to decrypt PKCS#12 file, bags and keys.
@@ -1905,7 +1905,7 @@ int
/**
* gnutls_certificate_set_x509_simple_pkcs12_mem:
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @p12blob: the PKCS#12 blob.
* @type: is PEM or DER of the @pkcs12file.
* @password: optional password used to decrypt PKCS#12 file, bags and keys.
@@ -2026,7 +2026,7 @@ done:
/**
* gnutls_certificate_free_crls - Used to free all the CRLs from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @sc: is a #gnutls_certificate_credentials_t structure.
*
* This function will delete all the CRLs associated
* with the given credentials.
diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index cda68a51c7..8f9c140c04 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -116,7 +116,7 @@ _gnutls_openpgp_raw_crt_to_gcert (gnutls_cert * gcert,
/**
* gnutls_certificate_set_openpgp_key - Used to set keys in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @key: contains an openpgp public key
* @pkey: is an openpgp private key
*
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index fa7c0a9efa..e9400414a2 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -559,7 +559,7 @@ gnutls_openpgp_crt_get_revoked_status (gnutls_openpgp_crt_t key)
/**
* gnutls_openpgp_crt_check_hostname - compare hostname with the key's hostname
- * @key: should contain an #gnutls_openpgp_crt_t structure
+ * @key: should contain a #gnutls_openpgp_crt_t structure
* @hostname: A null terminated string that contains a DNS name
*
* This function will check if the given key's owner matches the
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c
index 46d02ef1c7..438a765744 100644
--- a/libextra/gnutls_ia.c
+++ b/libextra/gnutls_ia.c
@@ -653,7 +653,7 @@ gnutls_ia_handshake (gnutls_session_t session)
/**
* gnutls_ia_allocate_client_credentials - Used to allocate an gnutls_ia_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_ia_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_ia_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -679,7 +679,7 @@ gnutls_ia_allocate_client_credentials (gnutls_ia_client_credentials_t * sc)
/**
* gnutls_ia_free_client_credentials - Used to free an allocated #gnutls_ia_client_credentials_t structure
- * @sc: is an #gnutls_ia_client_credentials_t structure.
+ * @sc: is a #gnutls_ia_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -763,7 +763,7 @@ gnutls_ia_get_client_avp_ptr (gnutls_ia_client_credentials_t cred)
/**
* gnutls_ia_allocate_server_credentials - Used to allocate an gnutls_ia_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_ia_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_ia_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -789,7 +789,7 @@ gnutls_ia_allocate_server_credentials (gnutls_ia_server_credentials_t * sc)
/**
* gnutls_ia_free_server_credentials - Used to free an allocated #gnutls_ia_server_credentials_t structure
- * @sc: is an #gnutls_ia_server_credentials_t structure.
+ * @sc: is a #gnutls_ia_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to free (deallocate) it.
@@ -825,7 +825,7 @@ gnutls_ia_free_server_credentials (gnutls_ia_server_credentials_t sc)
* client, and to get a new AVP to send to the client. It can also be
* used to instruct the TLS/IA handshake to do go into the
* Intermediate or Final phases. It return a negative error code, or
- * an #gnutls_ia_apptype_t message type.
+ * a #gnutls_ia_apptype_t message type.
*
* The callback may invoke gnutls_ia_permute_inner_secret() to mix any
* generated session keys with the TLS/IA inner secret.