]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
better comment
authorJim Meyering <jim@meyering.net>
Tue, 6 Feb 2001 09:53:58 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 6 Feb 2001 09:53:58 +0000 (09:53 +0000)
src/wheel-gen.pl

index 90e6801e29ced5e02b9c061c74bed84c02770ea4..27b9522197510ad1e1175e503f0016ad8d97623b 100755 (executable)
@@ -60,8 +60,10 @@ sub is_prime ($)
   print <<EOF;
 /* The first $ws_m1 elements correspond to the incremental offsets of the
    first $wheel_size primes (@primes).  The $wheel_size(th) element is the
-   difference between that last prime and the next largest integer that is
-   not a multiple of those primes.  */
+   difference between that last prime and the next largest integer
+   that is not a multiple of those primes.  The remaining numbers
+   define the wheel.  For more information, see
+   http://www.utm.edu/research/primes/glossary/WheelFactorization.html.  */
 EOF
 
   my @increments;