Fixed typo

This commit is contained in:
Andreas Fritzler 2019-12-11 22:02:49 +01:00 committed by GitHub
parent 6884946fc9
commit c0a238f2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ To perform attestation, the client generates an AK and sends the EK and AK
parameters to the server:
```go
// Client generates a AK and sends it to the server
// Client generates an AK and sends it to the server
config := &attest.OpenConfig{}
tpm, err := attest.OpenTPM(config)