Index: ChangeLog =================================================================== RCS file: /cvs/src/src/newlib/ChangeLog,v retrieving revision 1.1487 diff -p -u -r1.1487 ChangeLog --- ChangeLog 25 Feb 2010 16:16:15 -0000 1.1487 +++ ChangeLog 25 Feb 2010 17:32:18 -0000 @@ -1,3 +1,8 @@ +2010-02-25 Craig Howland + + * libm/common/s_ilogb.c: Fix typo in comments that causes doc + generation to fail. + 2010-02-25 Corinna Vinschen * libc/locale/locale.c (loadlocale): Fix typo in comment. Index: libm/common/s_ilogb.c =================================================================== RCS file: /cvs/src/src/newlib/libm/common/s_ilogb.c,v retrieving revision 1.3 diff -p -u -r1.3 s_ilogb.c --- libm/common/s_ilogb.c 11 Feb 2010 21:00:33 -0000 1.3 +++ libm/common/s_ilogb.c 25 Feb 2010 17:32:18 -0000 @@ -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