From 9163753f86eb0cd9b916414b64b290dacc7e2f8d Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 15 Oct 2008 22:39:53 +0200 Subject: Fix a comment typo. --- demos/primes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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) { -- cgit v1.2.1