From 1772168778f09bf1e5e04183c79586c174a28962 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 16 Oct 2012 19:03:01 +0000 Subject: * libc/stdio/vfprintf.c (__sbprintf): Fix comment. --- newlib/ChangeLog | 6 +++++- 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 + + * libc/stdio/vfprintf.c (__sbprintf): Fix comment. + 2012-10-16 Aurelien Jacobs * libc/include/assert.h (static_assert): Define. -2012-10-15 Corinna Vinschen +2012-10-16 Corinna Vinschen * 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), -- cgit v1.2.3