scripts/runqemu: fix a typo

(From OE-Core rev: c72d5acb9c2f4a7d4dfe0e78aae832b10aec4429)

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ming Liu 2017-02-01 13:04:19 +01:00 committed by Richard Purdie
parent 383fc7df31
commit 6469647f48
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Examples:
""")
def check_tun():
"""Check /dev/net/run"""
"""Check /dev/net/tun"""
dev_tun = '/dev/net/tun'
if not os.path.exists(dev_tun):
raise Exception("TUN control device %s is unavailable; you may need to enable TUN (e.g. sudo modprobe tun)" % dev_tun)