avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2135] Submitted by Tero Sinervo:


From: Joerg Wunsch
Subject: [avr-libc-commit] [2135] Submitted by Tero Sinervo:
Date: Tue, 08 Jun 2010 11:28:04 +0000

Revision: 2135
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2135
Author:   joerg_wunsch
Date:     2010-06-08 11:28:03 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
Submitted by Tero Sinervo:
patch #6791: Minor fixes to stdio.h documentation
* include/stdio.h: Fix spelling mistakes.

Ticket Links:
:-----------
    http://savannah.gnu.org/patch/?6791

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/stdio.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-06-08 11:19:48 UTC (rev 2134)
+++ trunk/avr-libc/ChangeLog    2010-06-08 11:28:03 UTC (rev 2135)
@@ -1,5 +1,11 @@
 2010-06-08  Joerg Wunsch <address@hidden>
 
+       Submitted by Tero Sinervo:
+       patch #6791: Minor fixes to stdio.h documentation
+       * include/stdio.h: Fix spelling mistakes.
+
+2010-06-08  Joerg Wunsch <address@hidden>
+
        Submitted by Heike C. Zimmerer:
        patch #6897: Allow <util/setbaud.h> to be used with assembler source
        * include/util/setbaud.h: Add assembler snippets (no UL suffix

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2010-06-08 11:19:48 UTC (rev 2134)
+++ trunk/avr-libc/NEWS 2010-06-08 11:28:03 UTC (rev 2135)
@@ -282,6 +282,7 @@
   [#6649] sqrt.S in libm changes
   [#6718] Optimize the EEPROM functions
   [#6720] FAQ update. Add EEPROM section, baud rate section. Correct spelling.
+  [#6791] Minor fixes to stdio.h documentation
   [#6878] eewr_byte.S update for patch #6718
   [#6895] Improved malloc behaviour when expanding used area
   [#6897] Allow <util/setbaud.h> to be used with assembler source

Modified: trunk/avr-libc/include/stdio.h
===================================================================
--- trunk/avr-libc/include/stdio.h      2010-06-08 11:19:48 UTC (rev 2134)
+++ trunk/avr-libc/include/stdio.h      2010-06-08 11:28:03 UTC (rev 2135)
@@ -229,7 +229,7 @@
     arguments of variadic functions on the stack (as opposed to passing
     them in registers for functions that take a fixed number of
     parameters), the ability to pass one parameter less by implying
-    \c stdin will also save some execution time.
+    \c stdin or stdout will also save some execution time.
 */
 
 #if !defined(__DOXYGEN__)
@@ -644,7 +644,7 @@
 
 /**
    The function \c printf performs formatted output to stream
-   \c stderr.  See \c vfprintf() for details.
+   \c stdout.  See \c vfprintf() for details.
 */
 extern int     printf(const char *__fmt, ...);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]