diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-07-22 02:01:45 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-07-22 02:01:45 +0000 |
commit | 5f98b6da3ddf9d9795bcdc586ec3ed81516f13cf (patch) | |
tree | b9acec24ab27acf974c11a81780979b3df38151d /src/nrandom.c | |
parent | 46bd029a9601c9c2d2ad663c85af1df44aa684c1 (diff) | |
download | mpfr-5f98b6da3ddf9d9795bcdc586ec3ed81516f13cf.tar.gz |
Applied patch 1 by Ondřej Bílka, fixing common typos:
https://sympa.inria.fr/sympa/arc/mpfr/2013-07/msg00014.html
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8619 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/nrandom.c')
-rw-r--r-- | src/nrandom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nrandom.c b/src/nrandom.c index c5c03c77e..0e1913da7 100644 --- a/src/nrandom.c +++ b/src/nrandom.c @@ -126,7 +126,7 @@ B (unsigned long k, mpfr_random_deviate_t x, gmp_randstate_t r, /* p and q are temporaries */ unsigned long m = 2 * k + 2; - /* n tracks the parity of the loop; s == 1 on first trip thru loop. */ + /* n tracks the parity of the loop; s == 1 on first trip through loop. */ unsigned n = 0, s = 1; int f; |