summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/putwchar.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-12-12 17:21:08 +0000
committerJeff Johnston <jjohnstn@redhat.com>2008-12-12 17:21:08 +0000
commitc43663737c91a02d428c3a6e37b89a94f74cd5c2 (patch)
tree4e0f11508913a9979acb188bc50cfd181cf49923 /newlib/libc/stdio/putwchar.c
parentdb48463a7fdf1c0c008104116b17b76614a5e031 (diff)
downloadcygnal-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/putwchar.c')
-rw-r--r--newlib/libc/stdio/putwchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/putwchar.c b/newlib/libc/stdio/putwchar.c
index 12c9f09cc..fcb0a7dba 100644
--- a/newlib/libc/stdio/putwchar.c
+++ b/newlib/libc/stdio/putwchar.c
@@ -49,7 +49,7 @@ TRAD_SYNOPSIS
wchar_t <[wc]>;
DESCRIPTION
-The <<putwchar(>> function or macro is the wide-character equivalent of
+The <<putwchar>> function or macro is the wide-character equivalent of
the <<putchar>> function. It writes the wide character wc to stdout.
The alternate function <<_putwchar_r>> is a reentrant version. The