diff mbox

[libquadmath,committed] Fix typo in doc

Message ID C962E37A-7D82-49AB-9329-74418DDDA655@gmail.com
State New
Headers show

Commit Message

FX Coudert Oct. 8, 2014, 3:33 p.m. UTC
Committed as trivial, rev. 216006


2014-10-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

	PR libquadmath/63487
	* libquadmath.texi (sincosq): Fix typo.
diff mbox

Patch

Index: libquadmath.texi
===================================================================
--- libquadmath.texi	(revision 215645)
+++ libquadmath.texi	(working copy)
@@ -199,7 +199,7 @@  The following mathematical functions are
 @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