Fix typo from #10631
[openssl.git] / crypto / ec / ec_key.c
index 3bbf8227c60b2d8635fa367cf6d600d141a59630..72dd4a02cf7ba85753b42e088b29d03298203096 100644 (file)
@@ -688,7 +688,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