factor: fix comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2020-12-23 02:03:04 +01:00
parent 6452c30036
commit 6297d66eda

View File

@ -94,7 +94,7 @@ static const uint64_t packed_wheel[] = {
* wheel_tab - 485 +485 * wheel_tab - 485 +485
* 3-bit-packed insanity: * 3-bit-packed insanity:
* packed_wheel - 192 +192 * packed_wheel - 192 +192
* factor_main 108 176 +63 * factor_main 108 171 +63
*/ */
static void unpack_wheel(void) static void unpack_wheel(void)
{ {