From 1cf87ce0c96c5ea1c5fe84620631da6950e1c80b Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 14 Dec 2023 12:14:30 -0800 Subject: [PATCH] Spelling fix. --- wolfcrypt/src/ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */