[PATCH] formatdomaincaps: Fix typo in Hyper-V Enlightenments section

Jiri Denemark via Devel posted 1 patch 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/17ac0156f43c23e3de2b5aa0ad48e1b8cc0efccb.1764316717.git.jdenemar@redhat.com
docs/formatdomaincaps.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] formatdomaincaps: Fix typo in Hyper-V Enlightenments section
Posted by Jiri Denemark via Devel 2 weeks ago
From: Jiri Denemark <jdenemar@redhat.com>

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 docs/formatdomaincaps.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomaincaps.rst b/docs/formatdomaincaps.rst
index 32dc09d41e..8b4f0ecff3 100644
--- a/docs/formatdomaincaps.rst
+++ b/docs/formatdomaincaps.rst
@@ -871,7 +871,7 @@ are supported. The ``features`` enum corresponds to the ``<hyperv/>`` element
 (well, its children) as documented in `Hypervisor features
 <formatdomain.html#hypervisor-features>`__. The ``defaults`` element then
 contains child elements describing default values as reported by hypervisor,
-e.h. whether direct or extended TLB flushes are available. :since:`(since
+e.g. whether direct or extended TLB flushes are available. :since:`(since
 11.9.0)`
 
 Launch security
-- 
2.51.1
Re: [PATCH] formatdomaincaps: Fix typo in Hyper-V Enlightenments section
Posted by Michal Prívozník via Devel 1 week, 6 days ago
On 11/28/25 08:58, Jiri Denemark via Devel wrote:
> From: Jiri Denemark <jdenemar@redhat.com>
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  docs/formatdomaincaps.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
and safe for freeze.

Michal