summaryrefslogtreecommitdiff
path: root/src/zeta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zeta.c')
-rw-r--r--src/zeta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeta.c b/src/zeta.c
index 03b8f86cf..7b102a355 100644
--- a/src/zeta.c
+++ b/src/zeta.c
@@ -256,7 +256,7 @@ mpfr_zeta_pos (mpfr_t z, mpfr_srcptr s, mpfr_rnd_t rnd_mode)
/* Computation of the coefficients c_k */
mpfr_zeta_c (p, tc1);
- /* Computation of the 3 parts of the fonction Zeta. */
+ /* Computation of the 3 parts of the function Zeta. */
mpfr_zeta_part_a (z_pre, s, n);
mpfr_zeta_part_b (b, s, n, p, tc1);
/* s1 = s-1 is already computed above */