OSDN Git Service

qemu-options.hx: Fix typo for netdev documentation
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 27 Jul 2020 04:59:25 +0000 (12:59 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 Sep 2020 07:17:58 +0000 (09:17 +0200)
This patch fixes the netdev document description typo in qemu-option.hx.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200727045925.29375-1-tianjia.zhang@linux.alibaba.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qemu-options.hx

index 30019c4..b0f0205 100644 (file)
@@ -2684,7 +2684,7 @@ SRST
     disable script execution.
 
     If running QEMU as an unprivileged user, use the network helper
-    helper to configure the TAP interface and attach it to the bridge.
+    to configure the TAP interface and attach it to the bridge.
     The default network helper executable is
     ``/path/to/qemu-bridge-helper`` and the default bridge device is
     ``br0``.