summaryrefslogtreecommitdiff
path: root/src/pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pow.c')
-rw-r--r--src/pow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pow.c b/src/pow.c
index 4b394ea..5a2b819 100644
--- a/src/pow.c
+++ b/src/pow.c
@@ -659,7 +659,7 @@ mpc_pow (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd)
int ret_exp;
mpfr_exp_t dr, di;
mpfr_prec_t q=0;
- /* to avoid warning message, real initialisation below */
+ /* to avoid warning message, real initialization below */
mpc_log (t, x, MPC_RNDNN);
mpc_mul (t, t, y, MPC_RNDNN);