[Gmp-commit] /var/hg/gmp: typo
mercurial at gmplib.org
mercurial at gmplib.org
Fri Mar 7 17:17:22 UTC 2014
details: /var/hg/gmp/rev/87d779bdcb6d
changeset: 16328:87d779bdcb6d
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Fri Mar 07 18:17:16 2014 +0100
description:
typo
diffstat:
doc/gmp.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r dec8cfaa7096 -r 87d779bdcb6d doc/gmp.texi
--- a/doc/gmp.texi Thu Mar 06 18:59:38 2014 +0100
+++ b/doc/gmp.texi Fri Mar 07 18:17:16 2014 +0100
@@ -2182,7 +2182,7 @@
@item
It's safe for two threads to read from the same GMP variable simultaneously,
-but it's not safe for one to read while the another might be writing, nor for
+but it's not safe for one to read while another might be writing, nor for
two threads to write simultaneously. It's not safe for two threads to
generate a random number from the same @code{gmp_randstate_t} simultaneously,
since this involves an update of that variable.
More information about the gmp-commit
mailing list