]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_bus.h
fix typos using codespell utility
[dpdk.git] / lib / librte_eal / common / include / rte_bus.h
index 7c369692673e354beabe270c351b31ecff04a87e..5f47b829b9d99f591424a93e5f63c31d4bed40fa 100644 (file)
@@ -58,7 +58,7 @@ TAILQ_HEAD(rte_bus_list, rte_bus);
 
 /**
  * Bus specific scan for devices attached on the bus.
- * For each bus object, the scan would be reponsible for finding devices and
+ * For each bus object, the scan would be responsible for finding devices and
  * adding them to its private device list.
  *
  * A bus should mandatorily implement this method.