From c618228a19d088f3650492f9590ec4e1d45522f2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 7 Nov 2019 01:41:55 +0000 Subject: [PATCH] math/mpmont.c: Fix comment title for `mulcore'. --- math/mpmont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mpmont.c b/math/mpmont.c index 2ed1e113..3edb58fb 100644 --- a/math/mpmont.c +++ b/math/mpmont.c @@ -115,7 +115,7 @@ static redccore__functype *pick_redccore(void) DISPATCH_PICK_FALLBACK(mpmont_reduce, simple_redccore); } -/* --- @redccore@ --- * +/* --- @mulcore@ --- * * * Arguments: @mpw *dv, *dvl@ = base and limit of source/destination * @const mpw *av, *avl@ = base and limit of first multiplicand -- 2.11.0