diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-11-15 01:11:19 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-11-15 01:11:19 +0100 |
commit | f7fa2e843382fba23fd46d68958ffc8652300b1d (patch) | |
tree | 31db0a9dd2ede49ca1c5622378efdf1511e26284 /tests/rand | |
parent | a0c731b2f4f00407146eaeb29763e388476264e2 (diff) | |
download | gmp-f7fa2e843382fba23fd46d68958ffc8652300b1d.tar.gz |
Fix lot of spelling errors.
Diffstat (limited to 'tests/rand')
-rw-r--r-- | tests/rand/findlc.c | 2 | ||||
-rw-r--r-- | tests/rand/statlib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rand/findlc.c b/tests/rand/findlc.c index 15b3458fd..c0279707c 100644 --- a/tests/rand/findlc.c +++ b/tests/rand/findlc.c @@ -47,7 +47,7 @@ sh_status (int sig) signal (SIGSEGV, SIG_DFL); } -/* Input is a modulus (m). We shall find multiplyer (a) and adder (c) +/* Input is a modulus (m). We shall find multiplier (a) and adder (c) conforming to the rules found in the first comment block in file mpz/urandom.c. diff --git a/tests/rand/statlib.c b/tests/rand/statlib.c index e429ad6fc..0bf22e39b 100644 --- a/tests/rand/statlib.c +++ b/tests/rand/statlib.c @@ -298,7 +298,7 @@ Pzf (mpf_t p, unsigned long int s, void *x) X[] must not contain numbers outside the range 0 <= X <= IMAX. - Return value is number of observations actally used, after + Return value is number of observations actually used, after discarding entries out of range. Since X[] contains integers between zero and IMAX, inclusive, we |