summaryrefslogtreecommitdiff
path: root/copysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'copysign.c')
-rw-r--r--copysign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/copysign.c b/copysign.c
index fdec323e7..fe417a08d 100644
--- a/copysign.c
+++ b/copysign.c
@@ -22,7 +22,7 @@ MA 02110-1301, USA. */
#include "mpfr-impl.h"
/*
- The computation of z with magnitude of x and sign of y
+ The computation of z with magnitude of x and sign of y
z = sign(y) * abs(x)
*/