Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-26 12:44:25 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-26 12:44:25 +0300
commit79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b (patch)
tree5cf36bba916bb4040ff351241a3531a68db3ffaf
parentbe7f7a7503ef2dc45243bac4843ead3a599e9674 (diff)
* libm/common/s_ilogb.c: Fix typo in comments that causes doc
generation to fail.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libm/common/s_ilogb.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0be03a0de..b94b72719 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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
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