re PR libquadmath/63487 (typo in documentation)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 8 Oct 2014 15:33:41 +0000 (15:33 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 8 Oct 2014 15:33:41 +0000 (15:33 +0000)
PR libquadmath/63487
* libquadmath.texi (sincosq): Fix typo.

From-SVN: r216006

libquadmath/ChangeLog
libquadmath/libquadmath.texi

index 371614b8ca69318408ed87bf46b5d1b10088ac1f..fadafe076da4612b8e19a098b61ce0d89061fa1e 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR libquadmath/63487
+       * libquadmath.texi (sincosq): Fix typo.
+
 2014-01-02  Tobias Burnus  <burnus@net-b.de>
 
        * libquadmath.texi: Bump @copying's copyright year.
index c9ebf6a12b01e7bb0b7749b6b525c4e582943c94..6612a5c15517e72214b4c1a9a222be50a709f235 100644 (file)
@@ -199,7 +199,7 @@ The following mathematical functions are available:
 @item @code{scalblnq}: compute exponent using @code{FLT_RADIX}
 @item @code{scalbnq}: compute exponent using @code{FLT_RADIX}
 @item @code{signbitq}: return sign bit
-@item @code{sincosq}: calculate sine and cosine simulataneously
+@item @code{sincosq}: calculate sine and cosine simultaneously
 @item @code{sinhq}: hyperbolic sine function
 @item @code{sinq}: sine function
 @item @code{sqrtq}: square root function