Fix typo in comment
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 11 Dec 2017 14:48:46 +0000 (08:48 -0600)
committerBenjamin Kaduk <bkaduk@akamai.com>
Mon, 11 Dec 2017 14:48:46 +0000 (08:48 -0600)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4903)

test/exptest.c

index 4221c1bed37038ac0b5c84865bd92c4720cefd08..9bc6e753a74f377375cf60aa28d277d9ab8dbdf7 100644 (file)
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
     BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m;
 
     /*
-     * See or BN_rand may fail, and we don't even check its return
+     * Seed or BN_rand may fail, and we don't even check its return
      * value (which we should)
      */
     RAND_seed(rnd_seed, sizeof(rnd_seed));