From: Mark Wooding Date: Thu, 7 Nov 2019 01:41:55 +0000 (+0000) Subject: math/mpmont.c: Fix comment title for `mulcore'. X-Git-Tag: 2.6.0~11 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/c618228a19d088f3650492f9590ec4e1d45522f2 math/mpmont.c: Fix comment title for `mulcore'. --- 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