Skip to content

Commit

Permalink
KVM: Fix typos in Documentation/kvm/mmu.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Jason Wang authored and Avi Kivity committed Aug 1, 2010
1 parent aefd18f commit 21bbe18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kvm/mmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 21bbe18

Please sign in to comment.