]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 02:46:39 +0000 (02:46 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 02:46:39 +0000 (02:46 +0000)
* manual/string.texi: Fix typo in wmemcpy decl.

manual/string.texi

index 21ab71461aa0240f527521aaa37c0f5cf6eaa9c8..84ac439a3fe0131abd83b4c81bd96f32640e4759 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