summaryrefslogtreecommitdiffstats
path: root/games/factor/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/factor/factor.c')
-rw-r--r--games/factor/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c
index 562e4b2..8edb2c1 100644
--- a/games/factor/factor.c
+++ b/games/factor/factor.c
@@ -75,7 +75,7 @@ static char sccsid[] = "@(#)factor.c 8.3 (Berkeley) 3/30/94";
/*
* prime[i] is the (i-1)th prime.
*
- * We are able to sieve 2^32-1 because this byte table yields all primes
+ * We are able to sieve 2^32-1 because this byte table yields all primes
* up to 65537 and 65537^2 > 2^32-1.
*/
extern ubig prime[];
OpenPOWER on IntegriCloud