summaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_get0_primary.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RAND_get0_primary.pod')
-rw-r--r--doc/man3/RAND_get0_primary.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_get0_primary.pod b/doc/man3/RAND_get0_primary.pod
index 88a2f6c311..62365a7e30 100644
--- a/doc/man3/RAND_get0_primary.pod
+++ b/doc/man3/RAND_get0_primary.pod
@@ -68,7 +68,7 @@ To set the type of DRBG that will be instantiated, use the
L<RAND_set_DRBG_type(3)> call before accessing the random number generation
infrastructure.
-The two set functions, operate on the the current thread. If you want to
+The two set functions, operate on the current thread. If you want to
use the same random number generator across all threads, each thread
must individually call the set functions.