Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 04:03:04 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-23 04:03:04 +0300
commit6297d66eda43ca8439cb55a198b512346ce9459c (patch)
tree402aa0763b92e98626565cbec82f54f45f5333b0
parent6452c300366cf0e322227ad39991ec2fdfd6beed (diff)
factor: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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[] = {
* 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)
{