summaryrefslogtreecommitdiff
path: root/src/nrandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nrandom.c')
-rw-r--r--src/nrandom.c2
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;