summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-27 21:09:04 -0700
committerSteve Sakoman <steve@sakoman.com>2020-11-07 06:29:55 -1000
commit04c13fc4670fb0b4675c8e714a9e61c9c8ea60c2 (patch)
tree9ab3c8d4c7ef4329418dab36069ac546ea2733b5
parent3ac10faff7ef00f68031400e86a6882ce0d5090a (diff)
downloadopenembedded-core-04c13fc4670fb0b4675c8e714a9e61c9c8ea60c2.tar.gz
qemuboot.bbclass: Fix a typo
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>
-rw-r--r--meta/classes/qemuboot.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass
index 99da543f9a..648af09b6e 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -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 ...
#