From: Khem Raj Date: Wed, 28 Oct 2020 04:09:04 +0000 (-0700) Subject: qemuboot.bbclass: Fix a typo X-Git-Tag: uninative-2.10~946 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2b5fb66344432390aa0cc199ad3f9ec2a4da26bb;p=openembedded-core.git qemuboot.bbclass: Fix a typo Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 824676216e..4b7532b304 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass @@ -43,7 +43,7 @@ # QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth* # devices in reverse order to -device arguments. # -# QB_TAP_OPT: netowrk option for 'tap' mode, e.g., +# QB_TAP_OPT: network option for 'tap' mode, e.g., # "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" # Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ... #