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 /newlib/libc/stdio/vfprintf.c | |
parent | 25742157d741f37a78f1058dcef6791a27df5235 (diff) | |
download | newlib-1772168778f09bf1e5e04183c79586c174a28962.zip newlib-1772168778f09bf1e5e04183c79586c174a28962.tar.gz newlib-1772168778f09bf1e5e04183c79586c174a28962.tar.bz2 |
* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
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 6dfa9c8..76a445b 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), |