Skip to content

Commit

Permalink
Minor fixes!
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Dec 8, 2024
1 parent 6e9ca1f commit 972c771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions comid/tdx-profile/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ type teeTcbStatus setType

type teeTcbEvalNum uint

type teeTcbCompSvn [16][16]teeSVN
type teeTcbCompSvn [16]teeSVN

type teeMiscSelect maskType

type teeAttributes maskType

type teeIsvProdID []byte

// TO DO Change this Instance ID to be a type choice with expression for a []byte
type teeInstanceID uint

type teeCryptoKey comid.CryptoKey
Expand Down
2 changes: 1 addition & 1 deletion comid/triples.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (o *Triples) RegisterExtensions(exts extensions.Map) error {
return nil
}

// GetExtensions returns pervisouosly registered extension
// GetExtensions returns previously registered extension
func (o *Triples) GetExtensions() extensions.IMapValue {
return o.Extensions.IMapValue
}
Expand Down

0 comments on commit 972c771

Please sign in to comment.