]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in manual for iseqsig
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 29 Nov 2016 15:48:24 +0000 (13:48 -0200)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 27 Dec 2016 17:50:03 +0000 (15:50 -0200)
ChangeLog
manual/arith.texi

index 6d43ec83cc421c1861a36133199e2664f6558e8e..5252a64edcb0cc79111c1ccead8eab9bd4dc5120 100644 (file)
--- 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]
index 7577445b44d190b92c16174c233608ec62f2a657..f35c3cd9f87528b24a66303dea35e98280a23e62 100644 (file)
@@ -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