From: Roland McGrath Date: Mon, 18 Jul 2005 02:46:39 +0000 (+0000) Subject: 2005-04-11 James A. Morrison X-Git-Tag: cvs/fedora-glibc-2_3-20050718T0425~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e416865e41f1f5710cc2433edc0d943043d666c;p=thirdparty%2Fglibc.git 2005-04-11 James A. Morrison * manual/string.texi: Fix typo in wmemcpy decl. --- diff --git a/manual/string.texi b/manual/string.texi index 21ab71461aa..84ac439a3fe 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -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