This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.12-207-g0e012e8


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0e012e8734d454f85bb1e3a50167dd61000b6ce4 (commit)
      from  de0ff7bcf6c91940bcb2c9d1c915738839612d60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0e012e8734d454f85bb1e3a50167dd61000b6ce4

commit 0e012e8734d454f85bb1e3a50167dd61000b6ce4
Author: Erich Ritz <erichritz@gmail.com>
Date:   Mon Nov 1 14:50:24 2010 -0400

    Fix typo in comment.

diff --git a/ChangeLog b/ChangeLog
index ba97e1a..33c7a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-28  Erich Ritz  <erichritz@gmail.com>
+
+	* math/math.h (isinf): Fix typo in comment.
+
 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
 
 	* po/da.po: Update from translation team.
diff --git a/math/math.h b/math/math.h
index 4e65678..aeb54d9 100644
--- a/math/math.h
+++ b/math/math.h
@@ -261,7 +261,7 @@ enum
       ? __isnan (x) : __isnanl (x))
 # endif
 
-/* Return nonzero value is X is positive or negative infinity.  */
+/* Return nonzero value if X is positive or negative infinity.  */
 # ifdef __NO_LONG_DOUBLE_MATH
 #  define isinf(x) \
      (sizeof (x) == sizeof (float) ? __isinff (x) : __isinf (x))

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 math/math.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]