diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:37:03 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 07:55:01 +0200 |
commit | c7340583097a80a4fe42bacea745b2bbaa6d16db (patch) | |
tree | f39a93429d9bbc5bdddfc5458512ce8699695e50 /crypto/bn | |
parent | crypto: Fix various typos, repeated words, align some spelling to LDP. (diff) | |
download | openssl-c7340583097a80a4fe42bacea745b2bbaa6d16db.tar.xz openssl-c7340583097a80a4fe42bacea745b2bbaa6d16db.zip |
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)
Diffstat (limited to 'crypto/bn')
-rw-r--r-- | crypto/bn/bn_const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_const.c b/crypto/bn/bn_const.c index a36e0ac792..190a363912 100644 --- a/crypto/bn/bn_const.c +++ b/crypto/bn/bn_const.c @@ -19,7 +19,7 @@ * The prime is: 2^768 - 2 ^704 - 1 + 2^64 * { [2^638 pi] + 149686 } * * RFC2409 specifies a generator of 2. - * RFC2412 specifies a generator of of 22. + * RFC2412 specifies a generator of 22. */ BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) |