Skip to content

Commit

Permalink
* manual/string.texi: Fix typo in wmemcpy decl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Apr 11, 2005
1 parent 9cb97cd commit 7982787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>

* manual/string.texi: Fix typo in wmemcpy decl.

2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>

* FAQ.in: Explain why `make' might fail running rpcgen.
Expand Down
2 changes: 1 addition & 1 deletion manual/string.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7982787

Please sign in to comment.