KVM: Fix the explanation of write_emulated

The explanation of write_emulated is confused with
that of read_emulated. This patch fix it.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
Takuya Yoshikawa 2010-01-06 17:55:23 +09:00 committed by Marcelo Tosatti
parent 878403b788
commit 0d178975d0

View File

@ -74,7 +74,7 @@ struct x86_emulate_ops {
struct kvm_vcpu *vcpu); struct kvm_vcpu *vcpu);
/* /*
* write_emulated: Read bytes from emulated/special memory area. * write_emulated: Write bytes to emulated/special memory area.
* @addr: [IN ] Linear address to which to write. * @addr: [IN ] Linear address to which to write.
* @val: [IN ] Value to write to memory (low-order bytes used as * @val: [IN ] Value to write to memory (low-order bytes used as
* required). * required).