]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Fix false positive of sc_prohibit_doubled_word
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 28 Jul 2021 15:43:05 +0000 (17:43 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 28 Jul 2021 15:43:05 +0000 (17:43 +0200)
In the previous commit we've added a sentence into NEWS.rst that
supposedly contains doubled word. Well, it doesn't really.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 4f46f92949a206c78dc4ccf8ff0a57c07ffd5e68..00f87885363fb979d9014b8e3b0c3f3c892cfe75 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -33,8 +33,8 @@ v7.6.0 (unreleased)
     Specifying s390-pv as launch security type in an s390 domain prepares for
     running the guest in protected virtualization secure mode, also known as
     IBM Secure Execution. This simplifies the definition and reduces the risk
-    of an incorrect definition, e.g. by forgetting to specify iommu=on on all
-    virtio devices.
+    of an incorrect definition, e.g. by forgetting to specify ``iommu=on`` on
+    all virtio devices.
 
 * **Improvements**