summaryrefslogtreecommitdiffstats
path: root/test/sev.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sev.c')
-rwxr-xr-xtest/sev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sev.c b/test/sev.c
index 768b4f6..e6da94c 100755
--- a/test/sev.c
+++ b/test/sev.c
@@ -357,7 +357,7 @@ sev_kvm_init(struct kvm *kvm, size_t ramsize, void *code_start, void *code_stop)
if (ret != GSTATE_RUNNING)
errx(1, "Bad guest state: %s", sev_gstate_str(fwerr));
- /* Create virtual cpu */
+ /* Create virtual cpu core */
kvm->vcpufd = ioctl(kvm->vmfd, KVM_CREATE_VCPU, 0);
if (kvm->vcpufd < 0) err(1, "KVM_CREATE_VCPU");