]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manual/string.texi: Fix typo in wmemcpy decl.
authorRoland McGrath <roland@gnu.org>
Mon, 11 Apr 2005 20:22:01 +0000 (20:22 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 11 Apr 2005 20:22:01 +0000 (20:22 +0000)
ChangeLog
manual/string.texi

index 2ea7c7a53c6b9ea2fba942b7ff23d595b28ff9ed..598bdef62df8161c5fd633f04959e82924c6c077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
+
+       * manual/string.texi: Fix typo in wmemcpy decl.
+
 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
 
        * FAQ.in: Explain why `make' might fail running rpcgen.
index d9de12996e3d2b919ebdff5859a87fd1211f6b06..2717699213944c5dd36adf7a2a0cde706b82fbcf 100644 (file)
@@ -386,7 +386,7 @@ memcpy (new, old, arraysize * sizeof (struct foo));
 
 @comment wchar.h
 @comment ISO
-@deftypefun {wchar_t *} wmemcpy (wchar_t *restrict @var{wto}, const wchar_t *restruct @var{wfrom}, size_t @var{size})
+@deftypefun {wchar_t *} wmemcpy (wchar_t *restrict @var{wto}, const wchar_t *restrict @var{wfrom}, size_t @var{size})
 The @code{wmemcpy} function copies @var{size} wide characters from the object
 beginning at @var{wfrom} into the object beginning at @var{wto}.  The
 behavior of this function is undefined if the two arrays @var{wto} and