summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-18 02:46:39 +0000
committerRoland McGrath <roland@gnu.org>2005-07-18 02:46:39 +0000
commit9e416865e41f1f5710cc2433edc0d943043d666c (patch)
treeed61b84d180d460bda94a84735d3768fce35a17a /manual
parentf6bd4e09b7ea8e10f74fecabf9909372dc0ed065 (diff)
2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
* manual/string.texi: Fix typo in wmemcpy decl.
Diffstat (limited to 'manual')
-rw-r--r--manual/string.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi
index 21ab71461a..84ac439a3f 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