2005-04-11 James A. Morrison * manual/string.texi: Fix typo Index: manual/string.texi =================================================================== RCS file: /cvs/glibc/libc/manual/string.texi,v retrieving revision 1.70 diff -u -p -r1.70 string.texi --- manual/string.texi 26 Jan 2005 02:39:11 -0000 1.70 +++ manual/string.texi 11 Apr 2005 19:12:02 -0000 @@ -386,7 +386,7 @@ memcpy (new, old, arraysize * sizeof (st @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