diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-10-16 19:03:01 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-10-16 19:03:01 +0000 |
commit | 1772168778f09bf1e5e04183c79586c174a28962 (patch) | |
tree | c54a5c3cd84ca6ddfbfed485ab3ec37d423e7a46 | |
parent | 25742157d741f37a78f1058dcef6791a27df5235 (diff) | |
download | cygnal-1772168778f09bf1e5e04183c79586c174a28962.tar.gz cygnal-1772168778f09bf1e5e04183c79586c174a28962.tar.bz2 cygnal-1772168778f09bf1e5e04183c79586c174a28962.zip |
* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
-rw-r--r-- | newlib/ChangeLog | 6 | ||||
-rw-r--r-- | newlib/libc/stdio/vfprintf.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e951bf038..45e2d73d9 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,8 +1,12 @@ +2012-10-16 Corinna Vinschen <vinschen@redhat.com> + + * libc/stdio/vfprintf.c (__sbprintf): Fix comment. + 2012-10-16 Aurelien Jacobs <aurel@gnuage.org> * libc/include/assert.h (static_assert): Define. -2012-10-15 Corinna Vinschen <vinschen@redhat.com> +2012-10-16 Corinna Vinschen <vinschen@redhat.com> * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use throughout in place of explicit GNUC version checks. diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c index 6dfa9c8c3..76a445b5f 100644 --- a/newlib/libc/stdio/vfprintf.c +++ b/newlib/libc/stdio/vfprintf.c @@ -334,7 +334,7 @@ int __sprint_r (struct _reent *, FILE *, register struct __suio *); * temporary buffer. We only work on write-only files; this avoids * worries about ungetc buffers and so forth. * - * Make sure to avoid inlining when optimizing for size. + * Make sure to avoid inlining. */ _NOINLINE_STATIC int _DEFUN(__sbprintf, (rptr, fp, fmt, ap), |