From: Mark Wooding Date: Sat, 28 Sep 2019 01:05:27 +0000 (+0100) Subject: math/mpx.c: Fix function name in header comment. X-Git-Tag: 2.6.0~63 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/67e6eee276c8c6942bbcd9678bd0e4498a00c332?ds=inline;hp=--cc math/mpx.c: Fix function name in header comment. --- 67e6eee276c8c6942bbcd9678bd0e4498a00c332 diff --git a/math/mpx.c b/math/mpx.c index 42948457..741cd9dc 100644 --- a/math/mpx.c +++ b/math/mpx.c @@ -818,7 +818,7 @@ void mpx_usub(mpw *dv, mpw *dvl, const mpw *av, const mpw *avl, void mpx_usubn(mpw *dv, mpw *dvl, mpw n) { MPX_USUBN(dv, dvl, n); } -/* --- @mpx_uaddnlsl@ --- * +/* --- @mpx_usubnlsl@ --- * * * Arguments: @mpw *dv, *dvl@ = destination and first argument vector * @mpw a@ = second argument