From 487795c638deb7d26c675ef6ccb18da849cbb653 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 14 Oct 2020 03:03:20 +0100 Subject: [PATCH] math/mp-nthrt.c: Fix garbled commentary. --- math/mp-nthrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mp-nthrt.c b/math/mp-nthrt.c index 80185e0d..77e6ebb0 100644 --- a/math/mp-nthrt.c +++ b/math/mp-nthrt.c @@ -95,7 +95,7 @@ mp *mp_nthrt(mp *d, mp *a, mp *n, int *exactp_out) assert(MP_POSP(n)); /* Pick a starting point. This is rather important to get right. In - * particular, for large %$n$%, if we our initial guess too small, then the + * particular, for large %$n$%, if our initial guess is too small, then the * next iteration is a wild overestimate and it takes a long time to * converge back. */ -- 2.11.0