Test: link drbgtest statically against libcrypto
[oweals/openssl.git] / crypto / rand / rand_unix.c
index a46823bfff86c1d28f98064e64004cc71e8c7f12..cb3a6b24ab04c3280f2cd3c9c75eda4c828b0818 100644 (file)
@@ -584,7 +584,7 @@ int rand_pool_add_nonce_data(RAND_POOL *pool)
 
     /*
      * Add process id, thread id, and a high resolution timestamp to
-     * ensure that the nonce is unique whith high probability for
+     * ensure that the nonce is unique with high probability for
      * different process instances.
      */
     data.pid = getpid();