mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 11:36:10 -04:00
qemu attestation: fix typos
This commit is contained in:
parent
d979aeea2d
commit
d59dc82e56
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ type Issuer struct {
|
|||
*vtpm.Issuer
|
||||
}
|
||||
|
||||
// NewIssuer initializes a new Azure Issuer.
|
||||
// NewIssuer initializes a new QEMU Issuer.
|
||||
func NewIssuer() *Issuer {
|
||||
return &Issuer{
|
||||
Issuer: vtpm.NewIssuer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue