summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/sm2_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/sm2_sig.c')
-rw-r--r--providers/implementations/signature/sm2_sig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/providers/implementations/signature/sm2_sig.c b/providers/implementations/signature/sm2_sig.c
index fffb280c77..b3647a9a73 100644
--- a/providers/implementations/signature/sm2_sig.c
+++ b/providers/implementations/signature/sm2_sig.c
@@ -9,7 +9,7 @@
/*
* ECDSA low level APIs are deprecated for public use, but still ok for
- * internal use - SM2 implemetation uses ECDSA_size() function.
+ * internal use - SM2 implementation uses ECDSA_size() function.
*/
#include "internal/deprecated.h"
@@ -66,9 +66,9 @@ typedef struct {
EC_KEY *ec;
/*
- * Flag to termine if the 'z' digest needs to be computed and fed to the
+ * Flag to determine if the 'z' digest needs to be computed and fed to the
* hash function.
- * This flag should be set on initialization and the compuation should
+ * This flag should be set on initialization and the computation should
* be performed only once, on first update.
*/
unsigned int flag_compute_z_digest : 1;