]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libm/common/s_ilogb.c: Fix typo in comments that causes doc
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 26 Feb 2010 09:44:25 +0000 (09:44 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 26 Feb 2010 09:44:25 +0000 (09:44 +0000)
generation to fail.

newlib/ChangeLog
newlib/libm/common/s_ilogb.c

index 0be03a0def4bbc0a1e60a6aadf212d7adccead16..b94b72719489429b1dbabdb24b2399d1ce1ad3bb 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-26  Craig Howland <howland@LGSInnovations.com>
+
+       * libm/common/s_ilogb.c:  Fix typo in comments that causes doc
+       generation to fail.
+
 2010-02-26  Corinna Vinschen  <corinna@vinschen.de>
 
        * libc/time/strftime.c: Add support for era and alt_digits data from
index 67558f7485a2b015534a0939b0977710ab548f2e..477ec2e7caa83b9c5ac4bffb1d33613bcf9c7687 100644 (file)
@@ -55,9 +55,9 @@ INT_MIN.)
 
 @comment The bugs might not be worth noting, given the mass non-C99/POSIX
 @comment behavior of much of the Newlib math library.
-@commentBUGS
-@commentOn errors, errno is not set per C99 and POSIX requirements even if
-@comment(math_errhandling & MATH_ERRNO) is non-zero.
+@comment BUGS
+@comment On errors, errno is not set per C99 and POSIX requirements even if
+@comment (math_errhandling & MATH_ERRNO) is non-zero.
 
 PORTABILITY
 C99, POSIX
This page took 0.045311 seconds and 5 git commands to generate.