diff options
-rw-r--r-- | coreutils/factor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/factor.c b/coreutils/factor.c index 729bd36..de8ea4e 100644 --- a/coreutils/factor.c +++ b/coreutils/factor.c @@ -94,7 +94,7 @@ static const uint64_t packed_wheel[] = { * wheel_tab - 485 +485 * 3-bit-packed insanity: * packed_wheel - 192 +192 - * factor_main 108 176 +63 + * factor_main 108 171 +63 */ static void unpack_wheel(void) { |