Commit 38860756 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Christian Borntraeger
Browse files

KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()

parent a38fd874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4542,7 +4542,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
		/*
		 * As we are starting a second VCPU, we have to disable
		 * the IBS facility on all VCPUs to remove potentially
		 * oustanding ENABLE requests.
		 * outstanding ENABLE requests.
		 */
		__disable_ibs_on_all_vcpus(vcpu->kvm);
	}