Skip to content

Commit

Permalink
x86: kvm_para: fix typo in hypercall comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesse Larrew authored and Marcelo Tosatti committed Jan 2, 2013
1 parent 7ec4fb4 commit 11393a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/kvm_para.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 11393a0

Please sign in to comment.