aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/factor.c b/coreutils/factor.c
index 729bd36a0..de8ea4e11 100644
--- a/coreutils/factor.c
+++ b/coreutils/factor.c
@@ -94,7 +94,7 @@ static const uint64_t packed_wheel[] = {
94 * wheel_tab - 485 +485 94 * wheel_tab - 485 +485
95 * 3-bit-packed insanity: 95 * 3-bit-packed insanity:
96 * packed_wheel - 192 +192 96 * packed_wheel - 192 +192
97 * factor_main 108 176 +63 97 * factor_main 108 171 +63
98 */ 98 */
99static void unpack_wheel(void) 99static void unpack_wheel(void)
100{ 100{