From: Simon Josefsson Date: Tue, 11 Aug 2009 01:06:59 +0000 (+0200) Subject: Doc fix. X-Git-Tag: gnutls_2_9_2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b0eef993d05dfb608da16be6e946a54f78d6a02;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c index ee2df3024a..6be0849310 100644 --- a/lib/gnutls_algorithms.c +++ b/lib/gnutls_algorithms.c @@ -678,8 +678,8 @@ 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: 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) @@ -1971,8 +1971,8 @@ gnutls_pk_list (void) * 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 **/