Commit 6e8afa99 by Michael Meissner

fix typo

From-SVN: r40517
parent 92784908
......@@ -112,7 +112,7 @@ higher_prime_number (n)
(unsigned long) 1073741789,
(unsigned long) 2147483647,
/* 4294967291L */
((unsigned long) 2147483647) + ((unsigned long) 2147483642),
((unsigned long) 2147483647) + ((unsigned long) 2147483644),
};
unsigned long* low = &primes[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment