summaryrefslogtreecommitdiff
path: root/demos/primes.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/primes.c')
-rw-r--r--demos/primes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/primes.c b/demos/primes.c
index 16d9786ca..db763062c 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -336,7 +336,7 @@ find_primes (unsigned char *s, mpz_t fr, unsigned long ssize,
mpz_clear (tmp);
}
-/* Generate a lits of primes and store in the global array primes[]. */
+/* Generate a list of primes and store in the global array primes[]. */
void
make_primelist (unsigned long maxprime)
{