style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse 2025-05-03 06:16:30 +02:00 committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions

View file

@ -1192,7 +1192,7 @@ static int swcr_dh_make_public(FAR struct cryptkop *krp)
* g: the base point of the curve;
* x: the private key produced by random;
* gx: the public key generated by the private key,
* which could be caculated by gx = g ^ x mod p;
* which could be calculated by gx = g ^ x mod p;
* In curve25519, p and g are fixed.
*/