]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
factor: fix comment
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 May 2025 17:37:48 +0000 (10:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:39 +0000 (17:12 -0700)
src/factor.c

index f0ad10ffc62b91f1c8a7907af42efd5d555ca126..54eb9aa92cac04b5dca40265fdd8800717cff992 100644 (file)
@@ -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,