x86: kvm_para: fix typo in hypercall comments
authorJesse Larrew <jlarrew@linux.vnet.ibm.com>
Mon, 10 Dec 2012 21:31:51 +0000 (15:31 -0600)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 2 Jan 2013 18:02:25 +0000 (16:02 -0200)
Correct a typo in the comment explaining hypercalls.

Signed-off-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_para.h

index eb3e9d8..f49c16d 100644 (file)
@@ -122,7 +122,7 @@ static inline bool kvm_check_and_clear_guest_paused(void)
  *
  * Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively.
  * The hypercall number should be placed in rax and the return value will be
- * placed in rax.  No other registers will be clobbered unless explicited
+ * placed in rax.  No other registers will be clobbered unless explicitly
  * noted by the particular hypercall.
  */