diff options
author | Jesse Larrew <jlarrew@linux.vnet.ibm.com> | 2012-12-10 16:31:51 -0500 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-01-02 13:02:25 -0500 |
commit | 11393a077dcfa7fb827d957f0305fc369d402a5e (patch) | |
tree | 05e8552b99d19321d9f48680289341f40815248c /arch/x86/include/asm | |
parent | 7ec4fb44962f611241bcb974fa97c5f49ddcb2f1 (diff) |
x86: kvm_para: fix typo in hypercall comments
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>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kvm_para.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index eb3e9d85e1f1..f49c16d47581 100644 --- a/arch/x86/include/asm/kvm_para.h +++ b/arch/x86/include/asm/kvm_para.h | |||
@@ -122,7 +122,7 @@ static inline bool kvm_check_and_clear_guest_paused(void) | |||
122 | * | 122 | * |
123 | * Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively. | 123 | * Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively. |
124 | * The hypercall number should be placed in rax and the return value will be | 124 | * The hypercall number should be placed in rax and the return value will be |
125 | * placed in rax. No other registers will be clobbered unless explicited | 125 | * placed in rax. No other registers will be clobbered unless explicitly |
126 | * noted by the particular hypercall. | 126 | * noted by the particular hypercall. |
127 | */ | 127 | */ |
128 | 128 | ||