Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-02-26 00:33:18 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-02-26 00:33:18 +0300
commit297367e3b31f8f32c1fb77155ecc8649d27b38de (patch)
tree724c73a146b1e917ed348e7ef6802b0c68f48d76 /newlib/libc/stdlib/wcstod.c
parent8d8bf5a5e292a2b436ad4d5dedd4595ecf15f9ee (diff)
2009-02-25 Brooks Moses <brooks@codesourcery.com>
* libc/stdlib/Makefile.am (CHEWOUT_FILES): Add mbsnrtowcs.def, wcsnrtombs.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/stdlib.tex (@menu): Use correct section names for mbsrtowcs, wcsrtombs. * libc/stdlib/wcstod.c: Remove stray character in documentation.
Diffstat (limited to 'newlib/libc/stdlib/wcstod.c')
-rw-r--r--newlib/libc/stdlib/wcstod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/wcstod.c b/newlib/libc/stdlib/wcstod.c
index 2d62a86af..11fb922b1 100644
--- a/newlib/libc/stdlib/wcstod.c
+++ b/newlib/libc/stdlib/wcstod.c
@@ -71,7 +71,7 @@ DESCRIPTION
round-even rule. However, <<wcstof>> is currently subject to
double rounding errors.
- The alternate functions <<_wcstod_r>> and <<_wcstof_r>:> are
+ The alternate functions <<_wcstod_r>> and <<_wcstof_r>> are
reentrant versions of <<wcstod>> and <<wcstof>>, respectively.
The extra argument <[reent]> is a pointer to a reentrancy structure.