From eb61ffe8ddfebebc1f3e23401bdab4d83056c414 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 23 Jun 2015 13:02:33 +0100 Subject: Fix an inconsistent use of '.' in FUNCTION Fix an inconsistent use of '.' to separate function names in FUNCTION. ',' is used everywhere else. 2015-06-23 Jon Turney * libc/stdio/fread.c: Fix inconsistent use of '.' to separate function names in FUNCTION mark up. Signed-off-by: Jon TURNEY --- newlib/libc/stdio/fread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/fread.c') diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c index d55ff66d8..c6839476d 100644 --- a/newlib/libc/stdio/fread.c +++ b/newlib/libc/stdio/fread.c @@ -17,7 +17,7 @@ /* FUNCTION -<>. <>---read array elements from a file +<>, <>---read array elements from a file INDEX fread -- cgit v1.2.3