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

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

[avr-libc-commit] [2424] bug #35498: fix a typo in util/setbaud.h


From: Pitchumani
Subject: [avr-libc-commit] [2424] bug #35498: fix a typo in util/setbaud.h
Date: Tue, 29 Apr 2014 13:08:15 +0000

Revision: 2424
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2424
Author:   pitchumani
Date:     2014-04-29 13:08:15 +0000 (Tue, 29 Apr 2014)
Log Message:
-----------
bug #35498: fix a typo in util/setbaud.h

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?35498

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2014-04-29 12:51:45 UTC (rev 2423)
+++ trunk/avr-libc/ChangeLog    2014-04-29 13:08:15 UTC (rev 2424)
@@ -1,3 +1,7 @@
+2014-04-29  Aurelien Jarno  <address@hidden>
+
+       * include/util/setbaud.h: correct typo.
+
 2014-04-29  George Thomas <address@hidden>
 
        Fix for bug #37103: ATtiny5/9/10/20/40 watchdog can't be enabled

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2014-04-29 12:51:45 UTC (rev 2423)
+++ trunk/avr-libc/NEWS 2014-04-29 13:08:15 UTC (rev 2424)
@@ -6,6 +6,7 @@
   [#35197] sleep.h _BV defined as __BV in AT90S8515 section
   [#35226] Online-documentation broken - [...]
   [#35398] assert doesn't work unless stdlib.h is also included
+  [#35498] misspelled in <util/setbaud.h>
   [#35539] stdlib.h does not provide EXIT_SUCCESS et al.
   [#35948] iom32u4.h for ATmega32U4 incorrectly defines Timer 2
   [#35971] attiny4313 (2313a) pin-change interrupts PCINT[0...2] vect etc

Modified: trunk/avr-libc/include/util/setbaud.h
===================================================================
--- trunk/avr-libc/include/util/setbaud.h       2014-04-29 12:51:45 UTC (rev 
2423)
+++ trunk/avr-libc/include/util/setbaud.h       2014-04-29 13:08:15 UTC (rev 
2424)
@@ -174,7 +174,7 @@
    \def USE_2X
    \ingroup util_setbaud
 
-   Output bacro from <util/setbaud.h>
+   Output macro from <util/setbaud.h>
 
    Contains the value 1 if the desired baud rate tolerance could only
    be achieved by setting the U2X bit in the UART configuration.




reply via email to

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