diff --git a/wolfcrypt/src/ecc.c b/wolfcrypt/src/ecc.c index 40aff9114..4186d2246 100644 --- a/wolfcrypt/src/ecc.c +++ b/wolfcrypt/src/ecc.c @@ -95,7 +95,7 @@ Possible ECC enable options: * WOLFSSL_ECC_GEN_REJECT_SAMPLING * Enables generation of scalar (private key and ECDSA * nonce) to be performed using reject sampling algorithm. - * Use this when CPU state can be closely observered by + * Use this when CPU state can be closely observed by * attacker. * default: off */