[git commit] factor: fix comment
Denys Vlasenko
vda.linux at googlemail.com
Wed Dec 23 01:03:04 UTC 2020
commit: https://git.busybox.net/busybox/commit/?id=6297d66eda43ca8439cb55a198b512346ce9459c
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
coreutils/factor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
{
More information about the busybox-cvs
mailing list