]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 16 Oct 2012 19:03:01 +0000 (19:03 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 16 Oct 2012 19:03:01 +0000 (19:03 +0000)
newlib/ChangeLog
newlib/libc/stdio/vfprintf.c

index e951bf0385587cef070530dea6c2d7e946c6d8be..45e2d73d93301e54978d97a6eaf923c6c75ca174 100644 (file)
@@ -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.
index 6dfa9c8c38f932e0b2676dd5e9b4b065db3c2ffb..76a445b5f3e34f3f1b422793265bbadaa64ffe61 100644 (file)
@@ -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),
This page took 0.048126 seconds and 5 git commands to generate.