summaryrefslogtreecommitdiff
path: root/lib/safe-memfuncs.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 10:30:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 11:34:15 +0200
commitc2e05f97b6e32887f548d12e20291bde750d5390 (patch)
tree26d98e7c67482bbda8a2b046302d119ba20876f6 /lib/safe-memfuncs.c
parent45050a7aa57ec07701c32fc3ff7d92202a5a8db3 (diff)
downloadgnutls-c2e05f97b6e32887f548d12e20291bde750d5390.tar.gz
doc updates
Diffstat (limited to 'lib/safe-memfuncs.c')
-rw-r--r--lib/safe-memfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/safe-memfuncs.c b/lib/safe-memfuncs.c
index f0a4975414..47d9ad1287 100644
--- a/lib/safe-memfuncs.c
+++ b/lib/safe-memfuncs.c
@@ -28,7 +28,7 @@
* gnutls_memset:
* @data: the memory to set
* @c: the constant byte to fill the memory with
- * @n: the size of memory
+ * @size: the size of memory
*
* This function will operate similarly to memset(), but will
* not be optimized out by the compiler.