Skip to content

Commit

Permalink
fixup! overlord/fdestate: keep FDE state up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid committed Oct 2, 2024
1 parent 5a326be commit 425117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlord/fdestate/fdestate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func newModel(m secboot.ModelForSealing) Model {

var _ secboot.ModelForSealing = (*Model)(nil)

// KeyslotRoleParameters stores upgradeable paramaters for a keyslot role
// KeyslotRoleParameters stores upgradeable parameters for a keyslot role
type KeyslotRoleParameters struct {
// Models are the optional list of approved models
Models []Model `json:"models,omitempty"`
Expand Down

0 comments on commit 425117e

Please sign in to comment.