From 0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Mon, 11 Dec 2017 08:48:46 -0600 Subject: [PATCH] Fix typo in comment Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4903) --- test/exptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.25.1