summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common/s_ilogb.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/s_ilogb.c')
-rw-r--r--newlib/libm/common/s_ilogb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libm/common/s_ilogb.c b/newlib/libm/common/s_ilogb.c
index 67558f748..477ec2e7c 100644
--- a/newlib/libm/common/s_ilogb.c
+++ b/newlib/libm/common/s_ilogb.c
@@ -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