]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/kvm/mmu.txt
KVM: Fix typos in Documentation/kvm/mmu.txt
[mv-sheeva.git] / Documentation / kvm / mmu.txt
index 8cb42b957c73433fb88a1f858c90c5e9ccbf0c88..142cc5136650be89a8cbfe545bb50804b41ecf71 100644 (file)
@@ -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.