]> git.droids-corp.org - dpdk.git/blobdiff - tools/dpdk_nic_bind.py
eal: fix C++ app build
[dpdk.git] / tools / dpdk_nic_bind.py
index 8523f828024f7444f5784a2e580b82012bd62636..b7bd877e723cced78654bd151c70a2d206c45a2f 100755 (executable)
@@ -391,7 +391,7 @@ def unbind_all(dev_list, force=False):
         unbind_one(d, force)
 
 def bind_all(dev_list, driver, force=False):
-    """Unbind method, takes a list of device locations"""
+    """Bind method, takes a list of device locations"""
     global devices
 
     dev_list = map(dev_id_from_dev_name, dev_list)