X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b3f050848e5d285c2a1d7f8a4bea98984c201805..2bdb833f485d3c985a0f930865452fcaafdf95dd:/rand.h diff --git a/rand.h b/rand.h index 543af41..2f23440 100644 --- a/rand.h +++ b/rand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rand.h,v 1.4 1999/12/10 23:29:48 mdw Exp $ + * $Id: rand.h,v 1.5 1999/12/13 15:34:15 mdw Exp $ * * Secure random number generator * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: rand.h,v $ + * Revision 1.5 1999/12/13 15:34:15 mdw + * Fix a typo. + * * Revision 1.4 1999/12/10 23:29:48 mdw * Change header file guard names. * @@ -250,7 +253,7 @@ extern void rand_stretch(rand_pool */*r*/); * Use: Gets random data from the pool. The pool's contents can't be * determined from the output of this function; nor can the * output data be determined from a knowledge of the data input - * to the pool wihtout also having knowledge of the secret key. + * to the pool without also having knowledge of the secret key. * The good bits counter is decremented, although no special * action is taken if it reaches zero. */