]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemuboot.bbclass: Fix a typo
authorKhem Raj <raj.khem@gmail.com>
Wed, 28 Oct 2020 04:09:04 +0000 (21:09 -0700)
committerSteve Sakoman <steve@sakoman.com>
Sat, 7 Nov 2020 16:29:55 +0000 (06:29 -1000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2b5fb66344432390aa0cc199ad3f9ec2a4da26bb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/qemuboot.bbclass

index 99da543f9a94103fcc217e774e9a5a6ff2513a67..648af09b6ed0303690535dc869c64c173e23c260 100644 (file)
@@ -40,7 +40,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 ...
 #