Skip to content

Commit 29dcfa7

Browse files
committed
Spelling
1 parent 81a5d7e commit 29dcfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tpm2_wrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4132,7 +4132,7 @@ int wolfTPM2_SignHash(WOLFTPM2_DEV* dev, WOLFTPM2_KEY* key,
41324132
sigAlg = TPM_ALG_ECDSA;
41334133
}
41344134
if (hashAlg == 0 || hashAlg == TPM_ALG_NULL) {
4135-
/* determine hash type based on cuve */
4135+
/* determine hash type based on curve */
41364136
int curve_id = pub->parameters.eccDetail.curveID;
41374137
if (curve_id == TPM_ECC_NIST_P521)
41384138
hashAlg = TPM_ALG_SHA512;

0 commit comments

Comments
 (0)