summaryrefslogtreecommitdiffstats
path: root/Documentation/kvm
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2010-06-17 16:49:22 +0800
committerAvi Kivity <avi@redhat.com>2010-08-01 10:46:52 +0300
commit21bbe18b2d53e0941cbd1621400ba7b4028972cb (patch)
tree67db3d57317aa5f250a3c0054f1752302f990e24 /Documentation/kvm
parentaefd18f01ee848448d834c80e601ccff61515811 (diff)
downloadop-kernel-dev-21bbe18b2d53e0941cbd1621400ba7b4028972cb.zip
op-kernel-dev-21bbe18b2d53e0941cbd1621400ba7b4028972cb.tar.gz
KVM: Fix typos in Documentation/kvm/mmu.txt
Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'Documentation/kvm')
-rw-r--r--Documentation/kvm/mmu.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt
index 8cb42b9..142cc51 100644
--- a/Documentation/kvm/mmu.txt
+++ b/Documentation/kvm/mmu.txt
@@ -77,10 +77,10 @@ Memory
Guest memory (gpa) is part of the user address space of the process that is
using kvm. Userspace defines the translation between guest addresses and user
-addresses (gpa->hva); note that two gpas may alias to the same gva, but not
+addresses (gpa->hva); note that two gpas may alias to the same hva, but not
vice versa.
-These gvas may be backed using any method available to the host: anonymous
+These hvas may be backed using any method available to the host: anonymous
memory, file backed memory, and device memory. Memory might be paged by the
host at any time.
OpenPOWER on IntegriCloud