Skip to content

Commit 3630330

Browse files
committed
Fix spelling
1 parent 5604e3d commit 3630330

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
@@ -4275,7 +4275,7 @@ int wolfTPM2_VerifyHash(WOLFTPM2_DEV* dev, WOLFTPM2_KEY* key,
42754275
{
42764276
int hashAlg = TPM_ALG_NULL;
42774277

4278-
/* detect hash algithm based on digest size*/
4278+
/* detect hash algorithm based on digest size */
42794279
if (digestSz >= TPM_SHA512_DIGEST_SIZE)
42804280
hashAlg = TPM_ALG_SHA512;
42814281
else if (digestSz >= TPM_SHA384_DIGEST_SIZE)

0 commit comments

Comments
 (0)