summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-10 14:13:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-10 14:13:23 +0200
commit2725c5c9885daa057c11393ad6522048e9d1cc43 (patch)
tree75f7c70e12429f6bb6e587f543b56df1d384c619 /lib/gnutls_mem.c
parent7c34680c910089bf6d102664d767940d0ceeca64 (diff)
downloadgnutls-2725c5c9885daa057c11393ad6522048e9d1cc43.tar.gz
Corrected documentation of several API functions.
Diffstat (limited to 'lib/gnutls_mem.c')
-rw-r--r--lib/gnutls_mem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_mem.c b/lib/gnutls_mem.c
index bc96662c78..0226fe21cd 100644
--- a/lib/gnutls_mem.c
+++ b/lib/gnutls_mem.c
@@ -106,6 +106,7 @@ _gnutls_strdup (const char *str)
/**
* gnutls_malloc:
+ * @s: size to allocate in bytes
*
* This function will allocate 's' bytes data, and
* return a pointer to memory. This function is supposed
@@ -121,7 +122,7 @@ gnutls_malloc (size_t s)
/**
* gnutls_free:
- * @d: pointer to memory
+ * @ptr: pointer to memory
*
* This function will free data pointed by ptr.
*