From 3145180ef5db262f7ef45dcb286b67bb04b80b25 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Tue, 30 Aug 2022 16:35:57 -0600 Subject: [PATCH] NEWS: Fix spelling of 'subelment' Signed-off-by: Jim Fehlig --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index ff618d5848..82389b48dd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -25,7 +25,7 @@ v8.7.0 (unreleased) * qemu: Add support for specifying vCPU physical address size in bits Users can now specify the number of vCPU physical address bits with - the `` subelment of the `` element. + the `` subelement of the `` element. * **Improvements**