summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-12-11 08:48:46 -0600
committerBenjamin Kaduk <bkaduk@akamai.com>2017-12-11 08:48:46 -0600
commit0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b (patch)
tree9310707f361ec68d5ab65b9e4516fa2c56151412 /test
parent5bfb357a0d2046fc75daf67a5bc019eb87443729 (diff)
Fix typo in comment
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4903)
Diffstat (limited to 'test')
-rw-r--r--test/exptest.c2
1 files changed, 1 insertions, 1 deletions
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));