From 79827876ee9be6c36d2f6e8245df5baa201e5b24 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Apr 2005 20:22:01 +0000 Subject: [PATCH] * manual/string.texi: Fix typo in wmemcpy decl. --- ChangeLog | 4 ++++ manual/string.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ea7c7a53c..598bdef62d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 James A. Morrison + + * manual/string.texi: Fix typo in wmemcpy decl. + 2005-04-08 Carlos O'Donell * FAQ.in: Explain why `make' might fail running rpcgen. diff --git a/manual/string.texi b/manual/string.texi index d9de12996e..2717699213 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 -- 2.43.5