Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Nov 1, 2021
1 parent ea0dfa4 commit ee87e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/internal/internal_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func SetSeeds(r io.Reader) {
r.Read(C.gp.PPSeed[2:])
}

// Reset simulates toggling the power the the TPM. If forceManufacture is true,
// Reset simulates toggling the power the TPM. If forceManufacture is true,
// the reset will be a manufacturer reset.
func Reset(forceManufacture bool) {
C._plat__Reset(C.bool(forceManufacture))
Expand Down

0 comments on commit ee87e45

Please sign in to comment.