summaryrefslogtreecommitdiff
path: root/lib/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/string.c')
-rw-r--r--lib/string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/string.c b/lib/string.c
index d2f23f2c1e69..603c7174f41e 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -445,8 +445,8 @@ void * memset(void * s,int c,size_t count)
#ifndef __HAVE_ARCH_BCOPY
/**
* bcopy - Copy one area of memory to another
- * @src: Where to copy from
- * @dest: Where to copy to
+ * @srcp: Where to copy from
+ * @destp: Where to copy to
* @count: The size of the area.
*
* Note that this is the same as memcpy(), with the arguments reversed.