Index: NEWS
===================================================================
--- NEWS	(revision 2307)
+++ NEWS	(working copy)
@@ -11,6 +11,7 @@
   [#36581] avr-libc: pgmspace.h is not ANSI compliant
   [#37778] _MemoryBarrier() in cpufunc.h error on compile
   [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
+  [#35498] misspelled in <util/setbaud.h>
 
 * New devices supported:
 
Index: include/util/setbaud.h
===================================================================
--- include/util/setbaud.h	(revision 2307)
+++ include/util/setbaud.h	(working copy)
@@ -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.
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 2307)
+++ ChangeLog	(working copy)
@@ -1,3 +1,9 @@
+2013-03-10  Aurelien Jarno  <aurelien@aurel32.net>
+
+	Fix for bug #35498: misspelled in <util/setbaud.h>
+	* include/util/setbaud.h: Fix a tyhpo.
+	* NEWS: Add to fixed bug list.
+
 2013-01-27  Dmitry Xmelkov  <dmix@gmail.ru>
 
 	Fix for bug #37778: _MemoryBarrier() in cpufunc.h error on compile
