* Convert a string to a #gnutls_mac_algorithm_t value. The names are
* compared in a case insensitive way.
*
- * Returns: a #gnutls_mac_algorithm_tid of the specified in a string
- * MAC algorithm, or %GNUTLS_MAC_UNKNOWN on failures.
+ * Returns: a #gnutls_mac_algorithm_t id of the specified MAC
+ * algorithm string, or %GNUTLS_MAC_UNKNOWN on failures.
**/
gnutls_mac_algorithm_t
gnutls_mac_get_id (const char *name)
* compared in a case insensitive way. For example,
* gnutls_pk_get_id("RSA") will return %GNUTLS_PK_RSA.
*
- * Returns: a #gnutls_pk_algorithm_tid of the specified in a string
- * public key algorithm, or %GNUTLS_PK_UNKNOWN on failures.
+ * Returns: a #gnutls_pk_algorithm_t id of the specified public key
+ * algorithm string, or %GNUTLS_PK_UNKNOWN on failures.
*
* Since: 2.6.0
**/