Fix typo from #10631
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 21 Apr 2020 15:34:17 +0000 (18:34 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Fri, 24 Apr 2020 14:47:14 +0000 (17:47 +0300)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11595)

(cherry picked from commit 4692e98bdbaebb6f078e89a75c54395839e68b24)

crypto/ec/ec_key.c

index 90698b96641d30882d7e85c04c96b6887cc2c629..261087ce2368012b37ed7c5e4e31c13958e7ef48 100644 (file)
@@ -451,7 +451,7 @@ int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key)
      * This is important also because `BN_dup()` (and `BN_copy()`) do not
      * propagate the `BN_FLG_CONSTTIME` flag from the source `BIGNUM`, and
      * this brings an extra risk of inadvertently losing the flag, even when
-     * the called specifically set it.
+     * the caller specifically set it.
      *
      * The propagation has been turned on and off a few times in the past
      * years because in some conditions has shown unintended consequences in