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/libc/stdio/vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/vfprintf.c') 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