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.24-537-gc32bb03


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  c32bb03c38d76cdc7147ce0441d5eac3ed576152 (commit)
      from  ccb8b7f7d488f11570042226bed17dfee8afb3c8 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c32bb03c38d76cdc7147ce0441d5eac3ed576152

commit c32bb03c38d76cdc7147ce0441d5eac3ed576152
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Tue Nov 29 13:48:24 2016 -0200

    Fix typo in manual for iseqsig

diff --git a/ChangeLog b/ChangeLog
index 6d43ec8..5252a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-27  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
+
 2016-12-27  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #17252]
diff --git a/manual/arith.texi b/manual/arith.texi
index 7577445..f35c3cd 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -2067,7 +2067,7 @@ words, it is true if @var{x} or @var{y} are NaN, and false otherwise.
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 This macro determines whether its arguments are equal.  It is
 equivalent to @code{(@var{x}) == (@var{y})}, but it raises the invalid
-exception and sets @code{errno} to @code{EDOM} is either argument is a
+exception and sets @code{errno} to @code{EDOM} if either argument is a
 NaN.
 @end deftypefn
 

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

Summary of changes:
 ChangeLog         |    4 ++++
 manual/arith.texi |    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]