Skip to content

Commit a175744

Browse files
Fix comment
1 parent 4d87adb commit a175744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindAFactor/_find_a_factor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ struct Factorizer {
10731073
// Otherwise, we're just reusing sieving failures that would
10741074
// occur anyway to do checks nearly at random, but near 0 cost.
10751075

1076-
// This number is necessarily a smooth perfect square.
1076+
// This number is necessarily smooth.
10771077
return num;
10781078
}
10791079

0 commit comments

Comments
 (0)