summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-26 09:44:25 +0000
committerCorinna Vinschen <corinna@vinschen.de>2010-02-26 09:44:25 +0000
commit79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b (patch)
tree5cf36bba916bb4040ff351241a3531a68db3ffaf /newlib/libm/common
parentbe7f7a7503ef2dc45243bac4843ead3a599e9674 (diff)
downloadcygnal-79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b.tar.gz
cygnal-79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b.tar.bz2
cygnal-79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b.zip
* libm/common/s_ilogb.c: Fix typo in comments that causes doc
generation to fail.
Diffstat (limited to 'newlib/libm/common')
-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