summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/fread.c
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 13:02:33 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 20:56:15 +0100
commiteb61ffe8ddfebebc1f3e23401bdab4d83056c414 (patch)
treebd20552e51d5d1bce96aecd5ad016037933de950 /newlib/libc/stdio/fread.c
parentff4a4f2655dc5e1da47b0b4bcf8931a90d1a1914 (diff)
downloadcygnal-eb61ffe8ddfebebc1f3e23401bdab4d83056c414.tar.gz
cygnal-eb61ffe8ddfebebc1f3e23401bdab4d83056c414.tar.bz2
cygnal-eb61ffe8ddfebebc1f3e23401bdab4d83056c414.zip
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 <jon.turney@dronecode.org.uk> * libc/stdio/fread.c: Fix inconsistent use of '.' to separate function names in FUNCTION mark up. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdio/fread.c')
-rw-r--r--newlib/libc/stdio/fread.c2
1 files changed, 1 insertions, 1 deletions
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
-<<fread>>. <<fread_unlocked>>---read array elements from a file
+<<fread>>, <<fread_unlocked>>---read array elements from a file
INDEX
fread