Skip to content

Commit 2f2e24f

Browse files
authored
Merge pull request #71 from msanft/main
Fix `TrustedKeyKeys` typo
2 parents c83c3d9 + e7a0023 commit 2f2e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type Options struct {
9191
// provided.
9292
TrustedIDKeys []*x509.Certificate
9393
// TrustedIDKeyHashes is an array of SHA-384 hashes of trusted ID signer keys's public key in
94-
// SEV-SNP API format. Not required if TrustedKeyKeys is provided.
94+
// SEV-SNP API format. Not required if TrustedIDKeys is provided.
9595
TrustedIDKeyHashes [][]byte
9696
}
9797

0 commit comments

Comments
 (0)