@@ -2608,7 +2608,7 @@ static void svm_complete_interrupts(struct vcpu_svm *svm)
break;
case SVM_EXITINTINFO_TYPE_EXEPT:
/* In case of software exception do not reinject an exception
- vector, but re-execute and instruction instead */
+ vector, but re-execute an instruction instead */
if (is_nested(svm))
break;
if (kvm_exception_is_soft(vector))
@@ -164,7 +164,7 @@ static int ioapic_deliver(struct kvm_ioapic *ioapic, int irq)
irqe.shorthand = 0;
#ifdef CONFIG_X86
- /* Always delivery PIT interrupt to vcpu 0 */
+ /* Always deliver PIT interrupt to vcpu 0 */
if (irq == 0) {
irqe.dest_mode = 0; /* Physical mode. */
/* need to read apic_id from apic regiest since
@@ -1180,7 +1180,7 @@ static int create_vcpu_fd(struct kvm_vcpu *vcpu)
}
/*
- * Creates some virtual cpus. Good luck creating more than one.
+ * Creates a virtual cpu.
*/
static int kvm_vm_ioctl_create_vcpu(struct kvm *kvm, u32 id)
{