From: Benjamin Kaduk Date: Mon, 11 Dec 2017 14:48:46 +0000 (-0600) Subject: Fix typo in comment X-Git-Tag: OpenSSL_1_1_0h~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b;p=oweals%2Fopenssl.git Fix typo in comment Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4903) --- diff --git a/test/exptest.c b/test/exptest.c index 4221c1bed3..9bc6e753a7 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -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));