X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstring.c;h=603c7174f41e9695eafdb050b678eddf6e5b2a7e;hb=78a6196531f0fe10aae05a9bc4c2701df614ac3d;hp=d2f23f2c1e699eae2acabad8e568bc27bf8dbdcd;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/lib/string.c b/lib/string.c index d2f23f2c1..603c7174f 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.