Skip to content

Commit

Permalink
Merge pull request #138 from google/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josephlr authored Nov 1, 2021
2 parents ea0dfa4 + ee87e45 commit 8a35101
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 8a35101

Please sign in to comment.