[OE-core] [PATCH] scripts/runqemu: fix a typo

liu.ming50 at gmail.com liu.ming50 at gmail.com
Wed Feb 1 12:04:19 UTC 2017


From: Ming Liu <peter.x.liu at external.atlascopco.com>

Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
---
 scripts/runqemu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 31eff5a..d74f252 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -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)
-- 
1.9.1




More information about the Openembedded-core mailing list