typo
authorBodo Möller <bodo@openssl.org>
Wed, 18 Apr 2001 15:12:26 +0000 (15:12 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 18 Apr 2001 15:12:26 +0000 (15:12 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9c5c54410fff09c74da60d9fd84b9ac9a9e9f48e..d59baf9a57bf78374299f09addd2b37bbdf89188 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@
 
   *) Move 'if (!initialized) RAND_poll()' into regions protected by
      CRYPTO_LOCK_RAND.  This is not strictly necessary, but avoids
-     having multiple threads calling RAND_poll() concurrently.
+     having multiple threads call RAND_poll() concurrently.
      [Bodo Moeller]
 
   *) In crypto/rand/md_rand.c, replace 'add_do_not_lock' flag by a