]> Pileus Git - ~andy/linux/blobdiff - Documentation/virtual/kvm/hypercalls.txt
KVM: doc: Fix typo in doc/virtual/kvm
[~andy/linux] / Documentation / virtual / kvm / hypercalls.txt
index d922d73efa7b206899071cc2256358a8fb3d8002..c8d040e27046d57bdc606ce88d4c2fc63f460848 100644 (file)
@@ -77,7 +77,7 @@ Usage example : A vcpu of a paravirtualized guest that is busywaiting in guest
 kernel mode for an event to occur (ex: a spinlock to become available) can
 execute HLT instruction once it has busy-waited for more than a threshold
 time-interval. Execution of HLT instruction would cause the hypervisor to put
-the vcpu to sleep until occurence of an appropriate event. Another vcpu of the
+the vcpu to sleep until occurrence of an appropriate event. Another vcpu of the
 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
 is used in the hypercall for future use.