diff options
Diffstat (limited to 'newlib/libc/stdlib/wcstod.c')
-rw-r--r-- | newlib/libc/stdlib/wcstod.c | 2 |
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. |