From 958c953416d8df84e5cccc06e158c1f769f3ad51 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 18 Jun 2015 13:38:12 +0100 Subject: Fix mismatched parentheses in documentation. 2015-06-23 Jon Turney * libc/locale/locale.c: Fix mismatched parentheses in documentation. * libc/locale/locale.tex: Ditto. * libc/stdio/fgetwc.c: Ditto. Signed-off-by: Jon TURNEY --- newlib/libc/stdio/fgetwc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/fgetwc.c') diff --git a/newlib/libc/stdio/fgetwc.c b/newlib/libc/stdio/fgetwc.c index e89404be8..d6de4b6cb 100644 --- a/newlib/libc/stdio/fgetwc.c +++ b/newlib/libc/stdio/fgetwc.c @@ -150,7 +150,7 @@ are simply reentrant versions of the above functions that are passed the additional reentrant structure pointer argument: <[ptr]>. RETURNS -The next wide character cast to <>), unless there is no more data, +The next wide character cast to <>, unless there is no more data, or the host system reports a read error; in either of these situations, <> and <> return <>. -- cgit v1.2.3