summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-11 03:06:59 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-12 08:58:22 +0200
commit497f9881507fc1b095f179f8c5c607d013a9d5e6 (patch)
tree0f5d3e7385c67b0826b55111aaa6c58b3ae23f4a
parent7f0ad41960391355aeeb8423909545133e40aaae (diff)
downloadgnutls-497f9881507fc1b095f179f8c5c607d013a9d5e6.tar.gz
Doc fix.
-rw-r--r--lib/gnutls_algorithms.c8
1 files changed, 4 insertions, 4 deletions
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
**/