]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 11 Aug 2009 01:06:59 +0000 (03:06 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 11 Aug 2009 01:06:59 +0000 (03:06 +0200)
lib/gnutls_algorithms.c

index ee2df3024a58967177f111a5480a5d3bb727d7ae..6be08493104aa80a068cb124ae0f2daf073da27a 100644 (file)
@@ -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
  **/