Skip to content

Commit

Permalink
Update the comment in simulator.go (#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiankun Lu <[email protected]>
  • Loading branch information
jkl73 authored Feb 3, 2025
1 parent d1636cd commit 3e57268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/google/go-tpm/legacy/tpm2"
)

// Simulator represents a go-tpm compatible interface to the IBM TPM2 simulator.
// Simulator represents a go-tpm compatible interface to the TPM2 simulator.
// Similar to the file-based (for linux) or syscall-based (for Windows) TPM
// handles, no synchronization is provided; the same simulator handle should not
// be used from multiple threads.
Expand Down

0 comments on commit 3e57268

Please sign in to comment.