diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 17:21:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 17:21:08 +0000 |
commit | c43663737c91a02d428c3a6e37b89a94f74cd5c2 (patch) | |
tree | 4e0f11508913a9979acb188bc50cfd181cf49923 /newlib/libc/stdio/fputws.c | |
parent | db48463a7fdf1c0c008104116b17b76614a5e031 (diff) | |
download | cygnal-c43663737c91a02d428c3a6e37b89a94f74cd5c2.tar.gz cygnal-c43663737c91a02d428c3a6e37b89a94f74cd5c2.tar.bz2 cygnal-c43663737c91a02d428c3a6e37b89a94f74cd5c2.zip |
2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/stdio/fputws.c: Fix documentation.
* libc/stdio/getwchar.c: Ditto.
* libc/stdio/putwchar.c: Ditto.
Diffstat (limited to 'newlib/libc/stdio/fputws.c')
-rw-r--r-- | newlib/libc/stdio/fputws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fputws.c b/newlib/libc/stdio/fputws.c index 596081806..b8e5d1e0b 100644 --- a/newlib/libc/stdio/fputws.c +++ b/newlib/libc/stdio/fputws.c @@ -26,7 +26,7 @@ /* FUNCTION -<<fputs>>---write a wide character string in a file or stream +<<fputws>>---write a wide character string in a file or stream INDEX fputws |