qemu-options: fix incorrect description for '-drive index='
authorLaurent Vivier <lvivier@redhat.com>
Wed, 2 Feb 2022 14:34:22 +0000 (15:34 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 22 Feb 2022 16:15:21 +0000 (17:15 +0100)
qemu-options.hx contains grammar that a native English-speaking
person would never use.

Replace "This option defines where is connected the drive" by
"This option defines where the drive is connected".

Fixes: https://gitlab.com/qemu-project/qemu/-/issues/853
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220202143422.912070-1-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qemu-options.hx

index ba3ae6a42aa34c55daeef13fb8f6fd9b5c8a9b87..094a6c1d7c28e293ba7a2885d765419dac9d9acf 100644 (file)
@@ -1377,7 +1377,7 @@ SRST
         the bus number and the unit id.
 
     ``index=index``
-        This option defines where is connected the drive by using an
+        This option defines where the drive is connected by using an
         index in the list of available connectors of a given interface
         type.