Skip to content

Commit

Permalink
fix godoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Aug 21, 2023
1 parent d8660ce commit e7a0023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type Options struct {
// provided.
TrustedIDKeys []*x509.Certificate
// TrustedIDKeyHashes is an array of SHA-384 hashes of trusted ID signer keys's public key in
// SEV-SNP API format. Not required if TrustedKeyKeys is provided.
// SEV-SNP API format. Not required if TrustedIDKeys is provided.
TrustedIDKeyHashes [][]byte
}

Expand Down

0 comments on commit e7a0023

Please sign in to comment.