[PATCH v2] Documentation: kvm: fix typo in api.rst

Gianfranco Trad posted 1 patch 1 year, 2 months ago
Documentation/virt/kvm/api.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] Documentation: kvm: fix typo in api.rst
Posted by Gianfranco Trad 1 year, 2 months ago
Fix minor typo in api.rst where the word physical was misspelled
as physcial.

Signed-off-by: Gianfranco Trad <gianf.trad@gmail.com>
---
Notes: 
  - changes in v2: fixed a typo in the shortlog...

 Documentation/virt/kvm/api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index edc070c6e19b..4ed8f222478a 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.
 
-- 
2.43.0
Re: [PATCH v2] Documentation: kvm: fix typo in api.rst
Posted by Jonathan Corbet 1 year, 2 months ago
Gianfranco Trad <gianf.trad@gmail.com> writes:

> Fix minor typo in api.rst where the word physical was misspelled
> as physcial.
>
> Signed-off-by: Gianfranco Trad <gianf.trad@gmail.com>
> ---
> Notes: 
>   - changes in v2: fixed a typo in the shortlog...
>
>  Documentation/virt/kvm/api.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
> index edc070c6e19b..4ed8f222478a 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.
>  
It looks like nobody has picked this up, so I've just applied it.

Thanks,

jon