aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/putwchar.c
diff options
context:
space:
mode:
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 12c9f09..fcb0a7d 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