summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Trad <gianf.trad@gmail.com>2024-11-15 02:18:35 +0100
committerJonathan Corbet <corbet@lwn.net>2024-12-11 09:07:40 -0700
commit311cf7164a40eb96be2af25a3948be21f76c5c41 (patch)
treeb9576a82a033772128d4f2430362f899663e2b8c
parent5a3f0a11b2f1d01fd4675c28fdcc72ea0d149385 (diff)
downloadlwn-311cf7164a40eb96be2af25a3948be21f76c5c41.tar.gz
lwn-311cf7164a40eb96be2af25a3948be21f76c5c41.zip
Documentation: kvm: fix typo in api.rst
Fix minor typo in api.rst where the word physical was misspelled as physcial. Signed-off-by: Gianfranco Trad <gianf.trad@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241115011831.300705-5-gianf.trad@gmail.com
-rw-r--r--Documentation/virt/kvm/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 454c2aaa155e..3f01760a634b 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -5574,7 +5574,7 @@ KVM_XEN_ATTR_TYPE_SHARED_INFO_HVA
in guest physical address space. This attribute should be used in
preference to KVM_XEN_ATTR_TYPE_SHARED_INFO as it avoids
unnecessary invalidation of an internal cache when the page is
- re-mapped in guest physcial address space.
+ re-mapped in guest physical address space.
Setting the hva to zero will disable the shared_info page.