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

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

[avr-libc-commit] [2264] Fix for bug #34514: misspelled in math.h


From: Dmitry Xmelkov
Subject: [avr-libc-commit] [2264] Fix for bug #34514: misspelled in math.h
Date: Sun, 25 Dec 2011 01:16:55 +0000

Revision: 2264
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2264
Author:   dmix
Date:     2011-12-25 01:16:55 +0000 (Sun, 25 Dec 2011)
Log Message:
-----------
Fix for bug #34514: misspelled in math.h
Thanks to Naotaka Fujita.
* include/math.h: Fix typo in documentation.
* NEWS: Add to fixed bug list.

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

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-12-24 00:47:05 UTC (rev 2263)
+++ trunk/avr-libc/ChangeLog    2011-12-25 01:16:55 UTC (rev 2264)
@@ -1,3 +1,10 @@
+2011-12-25  Dmitry Xmelkov  <address@hidden>
+
+       Fix for bug #34514: misspelled in math.h
+       Thanks to Naotaka Fujita.
+       * include/math.h: Fix typo in documentation.
+       * NEWS: Add to fixed bug list.
+
 2011-12-24  Dmitry Xmelkov  <address@hidden>
 
        Fix for bug #35093. Thanks to Eric Mertens for the patch.

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2011-12-24 00:47:05 UTC (rev 2263)
+++ trunk/avr-libc/NEWS 2011-12-25 01:16:55 UTC (rev 2264)
@@ -17,6 +17,7 @@
   [#33858] in avr/power.h, clock_prescale_set() not defined for mega328
   [#33920] ICR1 incorrectly defined for tiny167
   [#34047] missing math.h include in delay.h
+  [#34514] misspelled in math.h
   [#35020] stdint.h: signed types need explicit "signed"
   [#35093] strlcat_P fails for some destinations
   [no-id]  New names for CLKSTA/CLKSEL0/1 for AT90USB82/162

Modified: trunk/avr-libc/include/math.h
===================================================================
--- trunk/avr-libc/include/math.h       2011-12-24 00:47:05 UTC (rev 2263)
+++ trunk/avr-libc/include/math.h       2011-12-25 01:16:55 UTC (rev 2264)
@@ -56,7 +56,7 @@
     functions.
 
     \par Notes:
-    - In order to access the functions delcared herein, it is usually
+    - In order to access the functions declared herein, it is usually
       also required to additionally link against the library \c libm.a.
       See also the related \ref faq_libm "FAQ entry".
     - Math functions do not raise exceptions and do not change the




reply via email to

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