From: Paul Eggert Date: Sat, 24 May 2025 17:37:48 +0000 (-0700) Subject: factor: fix comment X-Git-Tag: v9.8~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ae141ae14e97b6d4efe5c974817ffa4f04b02d8;p=thirdparty%2Fcoreutils.git factor: fix comment --- diff --git a/src/factor.c b/src/factor.c index f0ad10ffc6..54eb9aa92c 100644 --- a/src/factor.c +++ b/src/factor.c @@ -79,8 +79,8 @@ * The redcify function could be vastly improved by using (plain Euclidean) pre-inversion (such as GMP's invert_limb) and udiv_qrnnd_preinv (from GMP's gmp-impl.h). The redcify2 function could be vastly improved using - similar methods. These functions currently dominate run time when using - the -w option. + similar methods. These functions currently dominate run time when + PROVE_PRIMALITY is nonzero (the default). */ /* Whether to recursively factor to prove primality,