diff options
author | Eric Blake <eblake@redhat.com> | 2007-05-08 03:59:13 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2007-05-08 03:59:13 +0000 |
commit | 38ed4e5111c37e87892efc3f5dcda88137ed519b (patch) | |
tree | 08bbdcbf179553497cdad796e5fd7033aa6efe59 /newlib/libc/stdio/vfprintf.c | |
parent | 22af2ce14125e182d3c41aedcee5cb82dd5c3dcf (diff) | |
download | newlib-38ed4e5111c37e87892efc3f5dcda88137ed519b.zip newlib-38ed4e5111c37e87892efc3f5dcda88137ed519b.tar.gz newlib-38ed4e5111c37e87892efc3f5dcda88137ed519b.tar.bz2 |
* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.
Diffstat (limited to 'newlib/libc/stdio/vfprintf.c')
-rw-r--r-- | newlib/libc/stdio/vfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c index d54cbe1..f460bed 100644 --- a/newlib/libc/stdio/vfprintf.c +++ b/newlib/libc/stdio/vfprintf.c @@ -36,7 +36,7 @@ /* FUNCTION -<<vprintf>>, <<vfprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, vasnprintf>>---format argument list +<<vprintf>>, <<vfprintf>>, <<vsprintf>>, <<vsnprintf>>, <<vasprintf>>, <<vasnprintf>>---format argument list INDEX vprintf |