summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-10-15 22:39:53 +0200
committerTorbjorn Granlund <tege@gmplib.org>2008-10-15 22:39:53 +0200
commit9163753f86eb0cd9b916414b64b290dacc7e2f8d (patch)
tree308ed64a24ba05df5c90fece799f56fd8ca18014 /demos
parentee6441e3ecc7143c14fc44bb0bdf42fa85a242b6 (diff)
downloadgmp-9163753f86eb0cd9b916414b64b290dacc7e2f8d.tar.gz
Fix a comment typo.
Diffstat (limited to 'demos')
-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)
{